Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Dec 2, 2024
1 parent 476454a commit 313208f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:

- name: Update package list
shell: bash
run: apt-get update
run: sudo apt-get update

- name: Upgrade packages
shell: bash
run: apt-get upgrade -y
run: sudo apt-get upgrade -y

- name: Checkout repo
uses: actions/checkout@v4

- name: Configure build-dependencies
shell: bash
run: apt-get install -y pbuilder
run: sudo apt-get install -y pbuilder

- name: Build package
shell: bash
Expand Down

0 comments on commit 313208f

Please sign in to comment.