mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-16 04:43:12 +00:00
chore: final setup for ci
This commit is contained in:
parent
f252338b80
commit
8cf8ade0d3
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -65,10 +65,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
@ -112,10 +113,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
@ -185,10 +187,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
|
||||
3
.github/workflows/container-image.yml
vendored
3
.github/workflows/container-image.yml
vendored
@ -48,10 +48,11 @@ jobs:
|
||||
|
||||
- name: Setup Nimble
|
||||
if: ${{ steps.secrets.outcome == 'success' }}
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
|
||||
3
.github/workflows/release-assets.yml
vendored
3
.github/workflows/release-assets.yml
vendored
@ -29,10 +29,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get submodules hash
|
||||
id: submodules
|
||||
|
||||
3
.github/workflows/windows-build.yml
vendored
3
.github/workflows/windows-build.yml
vendored
@ -57,10 +57,11 @@ jobs:
|
||||
which upx gcc g++ make cmake cargo rustc python
|
||||
|
||||
- name: Setup Nimble
|
||||
uses: nim-lang/setup-nimble-action@v2
|
||||
uses: nim-lang/setup-nimble-action@v1
|
||||
with:
|
||||
nimble-version: '0.16.4'
|
||||
nim-version: '2.2.4'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Updating submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user