Skip to content

Commit

Permalink
Test install -y to see if it speeds up choco
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 10, 2024
1 parent c7c65ca commit 1ea8f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Windows build environment
if: matrix.os == 'windows-latest'
run: |
choco install winflexbison -y
choco install -y winflexbison
- name: Compile, verify, and create archives
run: |
Expand Down

0 comments on commit 1ea8f09

Please sign in to comment.