Skip to content

Commit 00b54a8

Browse files
committed
WIP
1 parent 6761485 commit 00b54a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: "Checkout code"
10-
run: "docker"
10+
uses: "actions/checkout@v5"
11+
with:
12+
working-directory: "tmp"
13+
- name: "Create a docker container"
14+
run: 'docker container run -w /var -v "tmp:/var" arm64v8/ruby:3.4.7 rake install'

0 commit comments

Comments
 (0)