Skip to content

Commit

Permalink
Fix linux workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Aug 22, 2024
1 parent 72f7cc0 commit 22e11bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container:
image: archlinux:latest
volumes:
- /home/actions/oiejq:/github/home/.local/bin
- /home/actions/sio2jail:/github/home/.local/bin
options:
--privileged
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container:
image: ubuntu:latest
volumes:
- /home/actions/oiejq:/github/home/.local/bin
- /home/actions/sio2jail:/github/home/.local/bin
env:
DEB_PYTHON_INSTALL_LAYOUT: deb
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 22e11bd

Please sign in to comment.