Skip to content

Commit

Permalink
we too
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent 820aa26 commit f9d6a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
UID_PLATFORM: win32
MXE_DIR: /usr/lib/mxe
MXE_TARGET: x86_64-w64-mingw32.static
MXE-PACKAGE-PREFIX: mxe-x86-64-w64-mingw32.static
MXE_PACKAGE_PREFIX: mxe-x86-64-w64-mingw32.static

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
xz-utils
- name: asdf
run: |
echo "sudo apt-get install $MXE_PACKAGE_PREFIX-jsoncpp"
sudo apt-get install $MXE_PACKAGE_PREFIX-jsoncpp
sudo apt-get install "$MXE_PACKAGE_PREFIX-cryptopp"
sudo apt-get install "$MXE_PACKAGE_PREFIX-icu4c"
Expand Down

0 comments on commit f9d6a3e

Please sign in to comment.