Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akac97 authored Nov 26, 2023
1 parent 3a9b1ae commit 0db47ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/akac97/archlinux-builder:main
options: "--privileged"
steps:
- name: whoami
run: whoami
Expand All @@ -22,7 +21,7 @@ jobs:
- name: build
run: |
cd /home/builder
git clone https://aur.archlinux.org/linux-libre.git
cd linux-libre
git clone https://aur.archlinux.org/gzdoom.git
cd gzdoom
makepkg --syncdeps --noconfirm
ls

0 comments on commit 0db47ed

Please sign in to comment.