Skip to content

Commit

Permalink
CI: fix the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 2, 2024
1 parent 882fe1a commit efbd542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
- name: Set up CI environment
run: .github/setup.sh
shell: bash

- name: Execute the build
run: .github/build.sh
shell: bash
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit efbd542

Please sign in to comment.