Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 12, 2024
1 parent 1eda02a commit f33d712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-20.04, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand Down Expand Up @@ -85,13 +85,13 @@ jobs:
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 ${{github.workspace}}/build/ProjetPOOA -qmldir=${{github.workspace}}/src
./linuxdeployqt-continuous-x86_64.AppImage ${{ steps.strings.outputs.build-output-dir }}/ProjetPOOA
shell: bash

- name: Deploy (Windows)
if: runner.os == 'Windows'
run: |
cd ${{github.workspace}}/build/Release
cd ${{ steps.strings.outputs.build-output-dir }}/Release
windeployqt.exe ProjetPOOA.exe
shell: bash

Expand Down

0 comments on commit f33d712

Please sign in to comment.