mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-21 01:39:39 +00:00
fix: ci-2
This commit is contained in:
parent
01b7c9ecc2
commit
433a6e2210
45
.github/workflows/ci.yml
vendored
45
.github/workflows/ci.yml
vendored
@ -66,20 +66,7 @@ jobs:
|
|||||||
- name: Install Nim
|
- name: Install Nim
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
||||||
- name: Make update
|
- name: Make update
|
||||||
run: make update
|
run: make update
|
||||||
@ -112,20 +99,7 @@ jobs:
|
|||||||
- name: Install Nim
|
- name: Install Nim
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
||||||
- name: Make update
|
- name: Make update
|
||||||
run: make update
|
run: make update
|
||||||
@ -184,20 +158,7 @@ jobs:
|
|||||||
- name: Install Nim
|
- name: Install Nim
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
||||||
- name: Build nph
|
- name: Build nph
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
17
.github/workflows/container-image.yml
vendored
17
.github/workflows/container-image.yml
vendored
@ -50,22 +50,7 @@ jobs:
|
|||||||
if: ${{ steps.secrets.outcome == 'success' }}
|
if: ${{ steps.secrets.outcome == 'success' }}
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Install Nim
|
- name: Install Nim
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- name: prep variables
|
- name: prep variables
|
||||||
id: vars
|
id: vars
|
||||||
|
|||||||
15
.github/workflows/release-assets.yml
vendored
15
.github/workflows/release-assets.yml
vendored
@ -31,20 +31,7 @@ jobs:
|
|||||||
- name: Install Nim
|
- name: Install Nim
|
||||||
uses: iffy/install-nim@v5
|
uses: iffy/install-nim@v5
|
||||||
with:
|
with:
|
||||||
version: binary:2.2.4
|
version: binary:2.2.6
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user