We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc95f4a commit 988acc4Copy full SHA for 988acc4
.github/workflows/upload-new-graph.yml
@@ -14,8 +14,8 @@ jobs:
14
DEBIAN_FRONTEND: noninteractive
15
TZ: Etc/UTC
16
run: |
17
- apt update
18
- apt install -y git g++ gdb make cmake curl libcurl4-openssl-dev libcurlpp-dev nlohmann-json3-dev
+ sudo apt update
+ sudo apt install -y git g++ gdb make cmake curl libcurl4-openssl-dev libcurlpp-dev nlohmann-json3-dev
19
- name: Compile upload
20
21
mkdir build
0 commit comments