Skip to content

Commit 06c7198

Browse files
committed
zzz
1 parent 652b0af commit 06c7198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Debian cross setup ${{ matrix.targets[1] }}
4444
run: |
45-
apt-get update && apt-get -y --no-install-recommends install crossbuild-essential-${{ matrix.targets[1] }} libclang-dev
45+
sudo apt-get update && sudo apt-get -y --no-install-recommends install crossbuild-essential-${{ matrix.targets[1] }} libclang-dev
4646
4747
# Configure cmake
4848
echo >> $GITHUB_ENV CC=/usr/bin/${{ matrix.targets[2] }}-linux-gnu-gcc

0 commit comments

Comments
 (0)