Skip to content

Commit 70a971e

Browse files
committed
💚 fix ci
1 parent e2278f6 commit 70a971e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ jobs:
6868
id: install_build_tools
6969
if: ${{ matrix.target.os }} == "ubuntu-latest"
7070
run: |
71-
apt-get update
72-
apt-get install -y --no-install-recommends \
73-
libssl-dev
71+
sudo apt-get update
72+
sudo apt-get install -y --no-install-recommends libssl-dev
7473
7574
- name: Install stable toolchain
7675
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)