Skip to content

Commit 7197cf1

Browse files
gaarutyunovclaude
andcommitted
Remove apt-get from CI (self-hosted has deps pre-installed)
Self-hosted runner already has QEMU, qemu-utils, dosfstools, and Python installed. Remove the sudo apt-get step that was failing due to password requirement. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9b85c93 commit 7197cf1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- name: Install QEMU and dependencies
19-
run: |
20-
sudo apt-get update
21-
sudo apt-get install -y qemu-system-x86 qemu-utils dosfstools
22-
23-
- name: Set up Python
24-
uses: actions/setup-python@v5
25-
with:
26-
python-version: '3.12'
27-
2818
- name: Download 9front image
2919
run: ./qemu/install-9front.sh
3020

0 commit comments

Comments
 (0)