Skip to content

Commit

Permalink
Update linux_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Dec 17, 2024
1 parent 0f620d8 commit e4e75af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
export CXX=/usr/bin/g++-12
- name: Configure cmake
run: cmake --preset x64-coverage-linux -B build
run: cmake --preset x64-coverage-linux

- name: Build solution
run: cmake --build build --preset x64-coverage-linux --target Vic3ToHoi4 ConverterFrontend Vic3ToHoi4Tests -- -j40
run: cmake --build --preset build-x64-coverage-linux --target Vic3ToHoi4 ConverterFrontend Vic3ToHoi4Tests -- -j40

- name: Run tests
run: |
Expand Down

0 comments on commit e4e75af

Please sign in to comment.