Skip to content

Commit

Permalink
Trying to debug windows ci 8
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent 58d429c commit 9a81c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
suffix: "-linux"
packages: |
sudo apt-get update
sudo apt-get install valgrind clang-15 g++-multilib
sudo apt-get install -y valgrind clang-15 g++-multilib
- os: windows-latest
compiler: [g++, clang-cl]
suffix: "-win"
exe-suffix: ".exe"

Expand Down

0 comments on commit 9a81c0d

Please sign in to comment.