Skip to content

Commit 988acc4

Browse files
committed
fixed workflow
modified: .github/workflows/upload-new-graph.yml
1 parent bc95f4a commit 988acc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-new-graph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
DEBIAN_FRONTEND: noninteractive
1515
TZ: Etc/UTC
1616
run: |
17-
apt update
18-
apt install -y git g++ gdb make cmake curl libcurl4-openssl-dev libcurlpp-dev nlohmann-json3-dev
17+
sudo apt update
18+
sudo apt install -y git g++ gdb make cmake curl libcurl4-openssl-dev libcurlpp-dev nlohmann-json3-dev
1919
- name: Compile upload
2020
run: |
2121
mkdir build

0 commit comments

Comments
 (0)