mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
with sudo?
This commit is contained in:
parent
000d3f2be0
commit
8b56376111
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
|
||||
steps:
|
||||
- name: update system
|
||||
run: apt-get update && apt upgrade
|
||||
run: sudo apt-get update && apt upgrade
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue