Skip to content

Commit

Permalink
CI/check: use a fresh msys2
Browse files Browse the repository at this point in the history
Like in the other steps.
The staging update makes it slower since that also updates other packages
provided by the host, and it updates packages installed by the action itself,
in case they are in staging.
  • Loading branch information
lazka committed Jan 6, 2024
1 parent e11fb60 commit 6c3e0d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ jobs:
if: steps.check-run.outputs.run == 'true'
with:
msystem: UCRT64
update: true
release: ${{ runner.arch != 'ARM64' }}
install: mingw-w64-ucrt-x86_64-python-pip mingw-w64-ucrt-x86_64-python-pacdb
release: false # since we aren't building anything
- name: Add staging repo
if: steps.check-run.outputs.run == 'true'
shell: msys2 {0}
Expand Down

0 comments on commit 6c3e0d0

Please sign in to comment.