Skip to content

Commit 1920020

Browse files
committed
add install ruby step
1 parent 6a1f0c9 commit 1920020

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-al-prod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
2323
- name: Check out code into the Go module directory
2424
uses: actions/checkout@v3
25+
- name: Install ruby
26+
uses: actions/setup-ruby@v1
27+
with:
28+
ruby-version: "3.2.1"
29+
- name: Install mrsk
30+
run: gem install mrsk
2531
- run: ./cmd/api/deploy.sh
2632
env:
2733
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)