build: Maybe I don't need sudo here?
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 1m46s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 1m46s
This commit is contained in:
parent
379f3d12eb
commit
82cf7a80eb
@ -11,7 +11,7 @@ jobs:
|
||||
volumes:
|
||||
- /opt/keys:/opt/keys
|
||||
steps:
|
||||
- run: sudo apt update && sudo apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu
|
||||
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user