Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svlobanov committed Sep 1, 2024
1 parent 6ecedc7 commit eb6dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Prepare Gentoo Docker image
run: |
docker create -v /var/db/repos/gentoo --name portagesnapshot gentoo/portage:latest /bin/true
docker run -d --name gentoo --volumes-from portagesnapshot gentoo/stage3:latest
docker run -di --name gentoo --volumes-from portagesnapshot gentoo/stage3:latest /bin/bash
docker exec gentoo getuto
- name: Install build tools
run: |
Expand Down

0 comments on commit eb6dc4d

Please sign in to comment.