Skip to content

Commit

Permalink
qoute packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent dee3af0 commit 37c28fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
xz-utils
- name: asdf
run: |
sudo apt-get install $MXE_PACKAGE_PREFIX-jsoncpp
sudo apt-get install $MXE_PACKAGE_PREFIX-cryptopp
sudo apt-get install $MXE_PACKAGE_PREFIX-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 37c28fc

Please sign in to comment.