Skip to content

Commit

Permalink
fix github action #6
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Oct 7, 2024
1 parent 78ccbab commit bd1fbac
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 qt6-base-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 @@ -57,7 +57,7 @@ jobs:
run: |
choco install visualstudio2019buildtools -y
choco install ninja -y
echo "::add-path::C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin"
echo "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin" >> $GITHUB_ENV
# Configure CMake
- name: Configure CMake
Expand Down

0 comments on commit bd1fbac

Please sign in to comment.