Skip to content

Commit 059a8b1

Browse files
Merge pull request #9 from christopher-buss/feature/mantle
ci: install gh on self-hosted machine
2 parents fa00c9a + 2f5c218 commit 059a8b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-development.yml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
needs: build
6565

6666
steps:
67+
- name: Install GH CLI
68+
uses: dev-hanz-ops/install-gh-cli-action@v0.2.0
69+
6770
- uses: actions/checkout@v4
6871
- uses: ok-nick/setup-aftman@v0.4.2
6972
with:

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
needs: build
6464

6565
steps:
66+
- name: Install GH CLI
67+
uses: dev-hanz-ops/install-gh-cli-action@v0.2.0
68+
6669
- uses: actions/checkout@v4
6770
- uses: ok-nick/setup-aftman@v0.4.2
6871
with:

0 commit comments

Comments
 (0)