Skip to content

Commit

Permalink
ci: removed bash shell from steps in Windows build job
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Oct 30, 2023
1 parent 1a3062b commit 47267e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@v4

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
shell: bash
working-directory: ${{github.workspace}}/build
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
Expand All @@ -47,7 +44,6 @@ jobs:

- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config ${{ matrix.build_conf }} --parallel 8

Expand Down

0 comments on commit 47267e4

Please sign in to comment.