Skip to content

Commit

Permalink
Specify ck version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Apr 25, 2024
1 parent c67f4de commit e0642c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install ck
run: brew update; brew install -v concurrencykit;
run: brew update; brew install -v concurrencykit@0.7.0;
- name: make
run: make
- name: make install
Expand Down

0 comments on commit e0642c9

Please sign in to comment.