We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6761485 commit 00b54a8Copy full SHA for 00b54a8
.github/workflows/main.yml
@@ -7,4 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: "Checkout code"
10
- run: "docker"
+ 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