Skip to content

Commit

Permalink
Fixed mac autoconf install and windows qt6 path.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianBDev committed Sep 23, 2024
1 parent de57e61 commit 65a3ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
shell: bash
run: |
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
brew install autoconf autoconf-archive
brew reinstall autoconf
brew install automake autoconf-archive
- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd build
cmake .. -DBUILD_TESTS=1
cmake --build . --config $BUILD_TYPE --target DegateTests
./vcpkg_installed/x64-windows/tools/qt5/bin/windeployqt.exe ./tests/out/bin/$BUILD_TYPE
./vcpkg_installed/x64-windows/tools/Qt6/bin/windeployqt.exe ./tests/out/bin/$BUILD_TYPE
cd tests/out/bin/$BUILD_TYPE
./DegateTests.exe
Expand Down

0 comments on commit 65a3ae1

Please sign in to comment.