mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 22:39:31 -06:00
Add sudo to apt command
https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#administrative-privileges-of-github-hosted-runners
This commit is contained in:
3
.github/workflows/build-debian-package.yml
vendored
3
.github/workflows/build-debian-package.yml
vendored
@@ -18,7 +18,8 @@ jobs:
|
||||
|
||||
- name: Install build tools
|
||||
run: |
|
||||
apt install -y make \
|
||||
sudo apt install -y \
|
||||
make \
|
||||
dpkg-dev \
|
||||
debhelper \
|
||||
haskell-platform \
|
||||
|
||||
Reference in New Issue
Block a user