Skip to content

Commit

Permalink
Test GA
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D committed Mar 12, 2024
1 parent be0cee0 commit d78d0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
- name: Deploy (Linux)
if: runner.os == 'Linux'
run: |
chmod +x build/SnakeQT
sudo apt-get install fuse libfuse2
wget -q https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
./linuxdeployqt-continuous-x86_64.AppImage build/SnakeQT
./linuxdeployqt-continuous-x86_64.AppImage ${{ github.workspace }}/build/SnakeQT -verbose=2
shell: bash

- name: Deploy (Windows)
Expand Down

0 comments on commit d78d0b7

Please sign in to comment.