mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-07 07:19:26 +00:00
install nimble 0.20.1 in ci through setup-nimble-action
This commit is contained in:
parent
b0f0e01ee6
commit
c306f37fa6
12
.github/actions/install_nim/action.yml
vendored
12
.github/actions/install_nim/action.yml
vendored
@ -64,10 +64,8 @@ runs:
|
||||
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
|
||||
bash build_nim.sh nim csources dist/nimble NimBinaries
|
||||
|
||||
- name: Install Nimble v0.20.1
|
||||
shell: ${{ inputs.shell }}
|
||||
if: ${{ steps.nim-cache.outputs.cache-hit != 'true' }}
|
||||
run: |
|
||||
git clone --depth 1 --branch v0.20.1 https://github.com/nim-lang/nimble dist/nimble-0.20.1
|
||||
cd dist/nimble-0.20.1
|
||||
nim c -d:release -o:../../nim/bin/nimble src/nimble
|
||||
- name: Install Nimble (pinned)
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.20.1'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user