Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
- add 'shell: bash' and a '|'-or

This should enable the creation of an .exe file in GitHub
  • Loading branch information
DonNagual authored Aug 30, 2024
1 parent ec6e07d commit c79391c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

- name: Install cpprestsdk
if: ${{ !contains(matrix.os, 'windows' ) }}
run: sudo apt-get install -y libcpprest-dev
shell: bash
run: |
sudo apt-get install -y libcpprest-dev
- name: setup prerequisites
Expand Down

0 comments on commit c79391c

Please sign in to comment.