Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
J0w03L authored Oct 5, 2023
1 parent f1bc556 commit 31400df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Directory to install Qt
#dir: # optional
# Version of Qt to install
version: ${{ matrix.os == 'ubuntu-latest' && '6.5.3' || '5.15.2' }} # optional, default is 5.15.2
version: '6.5.3' #${{ matrix.os == 'ubuntu-latest' && '6.5.3' || '5.15.2' }} # optional, default is 5.15.2
# Host platform
host: ${{ matrix.os == 'ubuntu-latest' && 'linux' || 'windows' }} # optional
# Target platform for build
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles"' }}
dir
dir build
${{ matrix.os == 'ubuntu-latest' && 'make' || 'mingw64-make' }}
make
- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
Expand Down

0 comments on commit 31400df

Please sign in to comment.