fix: ci-2

This commit is contained in:
darshankabariya 2026-01-14 01:11:25 +05:30
parent 01b7c9ecc2
commit 433a6e2210
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
4 changed files with 6 additions and 73 deletions

View File

@ -66,20 +66,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
- name: Get submodules hash
id: submodules
run: |
echo "hash=$(git submodule status | awk '{print $1}' | sort | shasum -a 256 | sed 's/[ -]*//g')" >> $GITHUB_OUTPUT
- name: Cache submodules
uses: actions/cache@v3
with:
path: |
vendor/
.git/modules
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
version: binary:2.2.6
- name: Make update
run: make update
@ -112,20 +99,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
- name: Get submodules hash
id: submodules
run: |
echo "hash=$(git submodule status | awk '{print $1}' | sort | shasum -a 256 | sed 's/[ -]*//g')" >> $GITHUB_OUTPUT
- name: Cache submodules
uses: actions/cache@v3
with:
path: |
vendor/
.git/modules
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
version: binary:2.2.6
- name: Make update
run: make update
@ -184,20 +158,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
- name: Get submodules hash
id: submodules
run: |
echo "hash=$(git submodule status | awk '{print $1}' | sort | shasum -a 256 | sed 's/[ -]*//g')" >> $GITHUB_OUTPUT
- name: Cache submodules
uses: actions/cache@v3
with:
path: |
vendor/
.git/modules
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
version: binary:2.2.6
- name: Build nph
run: |

View File

@ -50,22 +50,7 @@ jobs:
if: ${{ steps.secrets.outcome == 'success' }}
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
- name: Get submodules hash
id: submodules
if: ${{ steps.secrets.outcome == 'success' }}
run: |
echo "hash=$(git submodule status | awk '{print $1}' | sort | shasum -a 256 | sed 's/[ -]*//g')" >> $GITHUB_OUTPUT
- name: Cache submodules
if: ${{ steps.secrets.outcome == 'success' }}
uses: actions/cache@v3
with:
path: |
vendor/
.git/modules
key: ${{ runner.os }}-vendor-modules-${{ steps.submodules.outputs.hash }}
version: binary:2.2.6
- name: Build binaries
id: build

View File

@ -47,7 +47,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
version: binary:2.2.6
- name: prep variables
id: vars

View File

@ -31,20 +31,7 @@ jobs:
- name: Install Nim
uses: iffy/install-nim@v5
with:
version: binary:2.2.4
- name: Get submodules hash
id: submodules
run: |
echo "hash=$(git submodule status | awk '{print $1}' | sort | shasum -a 256 | sed 's/[ -]*//g')" >> $GITHUB_OUTPUT
- name: Cache submodules
uses: actions/cache@v3
with:
path: |
vendor/
.git/modules
key: ${{ runner.os }}-${{matrix.arch}}-submodules-${{ steps.submodules.outputs.hash }}
version: binary:2.2.6
- name: Get tag
id: version