mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +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
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: sudo bash ./scripts/debian/1-install-deps.sh
|
||||
run: bash ./scripts/debian/1-install-deps.sh
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user