Skip to content

Commit

Permalink
Lock macos build to 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Sep 9, 2023
1 parent 990ad40 commit e5369c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dist_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Nim and build deps
- name: Install build deps
run: brew install nim scons yasm
- name: Install nim
run:
- curl -LO https://github.com/nim-lang/nightlies/releases/download/2023-06-27-version-1-6-71ba2e7f3c5815d956b1ae0341b0743242b8fec6/nim-1.6.14-macosx_x64.tar.xz
- tar xzf nim-1.6.14-macosx_x64.tar.xz
- echo "$(pwd)/nim-1.6.14/bin" >> $GITHUB_PATH
- name: Update path
run: echo "$HOME/.nimble/bin" >> $GITHUB_PATH
- name: Install Nimble 0.14.2
Expand Down

0 comments on commit e5369c7

Please sign in to comment.