Skip to content

Commit

Permalink
Call ar first.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jun 6, 2024
1 parent 1b4246f commit 85f7e0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
with:
toit-version: ${{ matrix.toit-version }}

- name: Call ar
run: |
# On macOS, the test would take 30+ seconds if we don't call ar first.
# Not entirely clear why...
ar --version
- name: Test
run: |
make test

0 comments on commit 85f7e0b

Please sign in to comment.