Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed May 24, 2024
1 parent f96f0ec commit c9645f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/fix-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
# 1. Old mingw-w64-* binutils that prevent deterministic builds.
# 2. Missing llvm-dlltool in the native Windows LLVM package.
- name: Update packages
shell: pwsh
shell: bash
run: |
pacman -S --noconfirm mingw-w64-x86_64-binutils
pacman -S --noconfirm mingw-w64-x86_64-llvm

0 comments on commit c9645f2

Please sign in to comment.