fix(CI): Setting NIMBLE_COMMIT alone is not enough to force a Nimble build

This commit is contained in:
Zahary Karadjov 2024-01-13 17:09:38 +02:00 committed by Emil Ivanichkov
parent 714abe5d35
commit fdede4171b
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ jobs:
NIM_COMMIT=${{ matrix.branch }} \
NIMBLE_COMMIT=a4fc798838ee753f5485dd19afab22e9367eb0e7 \
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
bash build_nim.sh nim csources dist/nimble NimBinaries
bash build_nim.sh nim csources dist/nimble-latest NimBinaries
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
- name: Run tests