Skip to content

Commit

Permalink
Add temporary pkgconf downgrade into build workflow to deal with brea…
Browse files Browse the repository at this point in the history
…king changes
  • Loading branch information
salihgerdan committed Aug 8, 2023
1 parent 9cf3324 commit 104d61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
echo "C:\my_msys2\msys64\mingw64\include" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\my_msys2\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\my_msys2\msys64\mingw64\lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
msys2 -c 'pacman --noconfirm -U https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~1.8.0-2-any.pkg.tar.zst'
- name: Build
uses: actions-rs/cargo@v1.0.3
with:
Expand Down

0 comments on commit 104d61f

Please sign in to comment.