Skip to content

Commit

Permalink
add cross complilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Dec 25, 2023
1 parent bd7ddb2 commit b582c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
libxrender-dev \
libxxf86vm-dev \
mingw-w64 \
mingw-w64-tools \
mingw-w64-tools
wget --output-document=/tmp/cmake.sh https://github.com/Kitware/CMake/releases/download/v${{ steps.strings.outputs.cmake-version }}/cmake-${{ steps.strings.outputs.cmake-version }}-linux-x86_64.sh
sudo mkdir ${{ steps.strings.outputs.cmake-install-dir }}
sudo sh /tmp/cmake.sh --skip-license --prefix=${{ steps.strings.outputs.cmake-install-dir }}
Expand Down

0 comments on commit b582c4a

Please sign in to comment.