Skip to content

Commit

Permalink
Trying to debug windows ci 6
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent 89fa7bf commit e1e27f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
WhiteCore:
runs-on: ${{matrix.os}}
name: WhiteCore ${{matrix.arch}} ${{matrix.os}} ${{matrix.compiler}}}
name: WhiteCore ${{matrix.compiler}} ${{matrix.arch}} ${{matrix.os}}

strategy:
fail-fast: false
Expand All @@ -18,7 +18,7 @@ jobs:
suffix: "-linux"
packages: |
sudo apt-get update
sudo apt-get install valgrind clang-15 g++
sudo apt-get install valgrind clang-15 g++-multilib
- os: windows-latest
suffix: "-win"
exe-suffix: ".exe"
Expand Down

0 comments on commit e1e27f3

Please sign in to comment.