mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 02:13:11 +00:00
ci - 2
This commit is contained in:
parent
80d861b5f4
commit
2357e29a35
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -69,6 +69,9 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
run: nimble setup
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
@ -116,6 +119,9 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
run: nimble setup
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
@ -189,6 +195,9 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
run: nimble setup
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
|
||||
4
.github/workflows/container-image.yml
vendored
4
.github/workflows/container-image.yml
vendored
@ -53,6 +53,10 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
run: nimble setup
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
|
||||
3
.github/workflows/pre-release.yml
vendored
3
.github/workflows/pre-release.yml
vendored
@ -50,6 +50,9 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
run: nimble setup
|
||||
|
||||
- name: prep variables
|
||||
id: vars
|
||||
run: |
|
||||
|
||||
3
.github/workflows/release-assets.yml
vendored
3
.github/workflows/release-assets.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
||||
nimble-version: '0.16.3'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nim
|
||||
run: nimble setup
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user