Skip to content

Commit

Permalink
we will use underscores in one place but dashes in the other
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent 0bc786e commit dee3af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -70,10 +71,9 @@ jobs:
xz-utils
- name: asdf
run: |
ls /etc/apt/sources.list.d/
sudo apt-get install mxe-$MXE_TARGET-jsoncpp
sudo apt-get install mxe-$MXE_TARGET-cryptopp
sudo apt-get install mxe-$MXE_TARGET-icu4c
sudo apt-get install $MXE_PACKAGE_PREFIX-jsoncpp
sudo apt-get install $MXE_PACKAGE_PREFIX-cryptopp
sudo apt-get install $MXE_PACKAGE_PREFIX-icu4c
- name: Build
run: |
Expand Down

0 comments on commit dee3af0

Please sign in to comment.