Skip to content

Commit

Permalink
- benchmarks: windows boost build started failing on 2024-06-06 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
oknenavin committed Jun 8, 2024
1 parent e772df2 commit b015fc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,12 @@ jobs:
repository: nlohmann/json
ref: master
path: .dep/nlohmann
- name: MSYS2 setup
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
- name: Boost setup
shell: msys2 {0}
with:
msystem: MINGW64
run: |
#pacman -Su
cd .dep/boost
Expand Down

0 comments on commit b015fc2

Please sign in to comment.