Skip to content

Commit

Permalink
Remove shell: bash's
Browse files Browse the repository at this point in the history
  • Loading branch information
Wissididom authored Nov 18, 2023
1 parent 6ef344b commit effe3fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,16 @@ jobs:
if: matrix.force-lto
run: |
echo "C2_ENABLE_LTO=ON" >> "$GITHUB_ENV"
shell: bash
- name: Enable plugin support
if: matrix.plugins
run: |
echo "C2_PLUGINS=ON" >> "$GITHUB_ENV"
shell: bash
- name: Set BUILD_WITH_QT6
if: startsWith(matrix.qt-version, '6.')
run: |
echo "C2_BUILD_WITH_QT6=ON" >> "$GITHUB_ENV"
shell: bash
- uses: actions/checkout@v4
with:
Expand All @@ -64,15 +61,12 @@ jobs:
- name: Install dependencies
run: |
brew install boost openssl rapidjson p7zip create-dmg cmake tree docker colima
shell: bash
- name: Setup Colima
run: |
colima start
shell: bash
- name: Build
shell: bash
run: |
mkdir build-test
cd build-test
Expand All @@ -96,11 +90,9 @@ jobs:
docker run -p 9051:80 --detach kennethreitz/httpbin
ctest --repeat until-pass:4 --output-on-failure --exclude-regex ClassicEmoteNameFiltering
working-directory: build-test
shell: bash

- name: Post Setup Colima
if: always()
run: |
colima stop
working-directory: build-test
shell: bash

0 comments on commit effe3fd

Please sign in to comment.