Use sudo for commands

This commit is contained in:
Joshua M. Boniface
2024-02-11 21:46:39 -05:00
parent 0c0c7f11e4
commit 8b755c3b74

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: "Install dependencies"
run: |-
apt-get install --yes python3-git
sudo apt-get install --yes python3-git
- name: "Checkout Repository"
uses: actions/checkout@v3
@@ -42,4 +42,4 @@ jobs:
steps:
- name: "Run builder for Debian ${{ matrix.version }} ${{ matrix.arch }}"
run: |-
./build.py ${{ github.event.client_payload.version }} debian ${{ matrix.arch }} ${{ matrix.version }}
sudo ./build.py ${{ github.event.client_payload.version }} debian ${{ matrix.arch }} ${{ matrix.version }}