Skip to content

Commit

Permalink
explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed May 24, 2024
1 parent c9645f2 commit 682bc2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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: bash
shell: pwsh
run: |
pacman -S --noconfirm mingw-w64-x86_64-binutils
pacman -S --noconfirm mingw-w64-x86_64-llvm
C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-binutils
C:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-llvm

0 comments on commit 682bc2c

Please sign in to comment.