mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 00:17:00 +00:00
no sudo
This commit is contained in:
2
.github/workflows/build-debian-11.yml
vendored
2
.github/workflows/build-debian-11.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
image: debian:11
|
image: debian:11
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo bash ./scripts/debian/1-install-deps.sh
|
run: bash ./scripts/debian/1-install-deps.sh
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user