GH Actions: fixed permission.

This commit is contained in:
imi415 2021-07-26 02:41:19 +08:00
parent a0c7c057fb
commit 468a81021f
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Update package cache"
run: "apt-get update"
run: "sudo apt-get update"
- name: "Setup dependencies"
run: "apt-get -y install build-essential cmake libmosquitto-dev libconfig-dev libgpiod-dev libiio-dev"
run: "sudo apt-get -y install build-essential cmake libmosquitto-dev libconfig-dev libgpiod-dev libiio-dev"
env:
DEBIAN_FRONTEND: "noninteractive"
- name: "Checkout repository"