Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed May 31, 2024
1 parent 04ba69f commit de01445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ck-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 gcc;
- name: find ck_pr
run: find / 2>/dev/null | grep ck_pr
- name: check PATH
Expand Down

0 comments on commit de01445

Please sign in to comment.