Skip to content

Commit

Permalink
user.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Dec 19, 2023
1 parent 925b5ae commit 97d188d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
zbolt: [0, 1]

runs-on: ubuntu-22.04
container: ballaswag/guppydev:latest
container:
image: ballaswag/guppydev:latest
options: --user 1001

env:
CROSS_COMPILE: ${{ matrix.arch }}
Expand Down Expand Up @@ -57,4 +59,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: guppyscreen-${{ env.GUPPY_ARCHIVE_NAME }}
path: ./guppyscreen-${{ env.GUPPY_ARCHIVE_NAME }}
path: ./${{ env.GUPPY_ARCHIVE_NAME }}

0 comments on commit 97d188d

Please sign in to comment.