Skip to content

Commit 764f255

Browse files
committed
fix ruby step
1 parent 1920020 commit 764f255

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
deploy:
1313
name: deploy
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-latest-8-cores
1515
permissions:
1616
contents: read
1717
packages: write
@@ -23,9 +23,10 @@ jobs:
2323
- name: Check out code into the Go module directory
2424
uses: actions/checkout@v3
2525
- name: Install ruby
26-
uses: actions/setup-ruby@v1
26+
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: "3.2.1"
28+
ruby-version: "3.2"
29+
bundler-cache: true
2930
- name: Install mrsk
3031
run: gem install mrsk
3132
- run: ./cmd/api/deploy.sh

0 commit comments

Comments
 (0)