mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 08:52:25 +00:00
Run container as root in Linux job
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
dd9fa50bb6
commit
5b88ff2455
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: akkadius/eqemu-server:v16
|
||||
options: --user 1001:1001
|
||||
options: --user 0
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user