Skip to content

Commit

Permalink
fix github action #2
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Oct 7, 2024
1 parent 5528fca commit ab6dd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y ninja-build qt6-base-dev qt6-base-dev-tools qt6-qmake
sudo apt-get install -y ninja-build qtbase6-dev qt6-base-dev-tools
echo "CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6" >> $GITHUB_ENV
# Install dependencies for macOS
Expand All @@ -56,7 +56,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
vswhere -products * -latest -property installationPath
export PATH="$PATH:/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/MSBuild/Current/Bin"
$env:PATH += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
# Set reusable strings
- name: Set reusable strings
Expand Down

0 comments on commit ab6dd20

Please sign in to comment.