Skip to content

Commit eb83707

Browse files
author
Drew Wells
committed
fix arc runner
1 parent 648ef5a commit eb83707

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
steps:
1717
# FIXME: add basic tools to the arc runner base image
1818
# Missing: wget
19-
- name: runner
20-
image: ghcr.io/actions/actions-runner:latest
21-
command: ["/bin/bash","-c","sudo apt-get update && sudo apt-get install curl unzip jq wget python3-pip git-all -y && /home/runner/run.sh"]
19+
- name: Install missing tools in arc runners
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y wget
2223
- name: Checkout code
2324
uses: actions/checkout@v4
2425
- name: Log in to GHCR

0 commit comments

Comments
 (0)