Skip to content

Commit

Permalink
Fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxshang authored Nov 6, 2024
1 parent 0aaf394 commit 61fefbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
run: docker --debug build -t arch_repo .

- name: "Run the Docker image."
run: docker run arch_repo
run: docker run arch_repo --name arch_pkgs

- name: "Copy repo to GitHub Actions disk."
run: docker cp archlinux:/home/builduser/x86_64.tgz .
run: docker cp arch_pkgs:/home/builduser/x86_64.tgz .

- name: "Extract repo."
run: tar -xvzf x86_64.tgz
Expand Down

0 comments on commit 61fefbd

Please sign in to comment.