Skip to content

Commit

Permalink
CICD: Fix windows compilation_commands
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Sep 23, 2023
1 parent 75593e1 commit 4651155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
winget install --accept-package-agreements --accept-source-agreements CMake
winget install --accept-package-agreements --accept-source-agreements LLVM
winget install --accept-package-agreements --accept-source-agreements Make
- name: Compil
run: ./scripts/compil.ps1 --dry-run
Expand Down

0 comments on commit 4651155

Please sign in to comment.