Skip to content

Commit b56da18

Browse files
committed
ci: apt → apt-get
1 parent 0c30497 commit b56da18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
- uses: actions/checkout@v4
124124

125125
- name: Install dependencies
126-
run: sudo apt install -y gnuplot inkscape scour wkhtmltopdf xvfb
126+
run: |
127+
sudo apt-get update
128+
sudo apt-get install -y gnuplot inkscape scour wkhtmltopdf xvfb
127129
128130
- name: Install rust
129131
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)