summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:40:05 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:40:05 +0200
commit990aa84822a590a09ac701c4b114b0fe899d618e (patch)
treeb62805e1bf28df979dc58b700670225ae3d7d78f /.github/workflows
parentedcd93ce30ea1d85cc60afbf4261c00b5fe81509 (diff)
fix CI perm issue
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b50440c..a17cc10 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -31,8 +31,8 @@ jobs:
env:
BN_SERIAL: ${{ secrets.BN_SERIAL }}
run: |
- apt -y update
- apt -y install llvm-dev libclang-dev clang llvm-dev libxcb-shape0-dev libxcb-xfixes0-dev build-essential binutils-aarch64-linux-gnu
+ sudo apt -y update
+ sudo apt -y install llvm-dev libclang-dev clang llvm-dev libxcb-shape0-dev libxcb-xfixes0-dev build-essential binutils-aarch64-linux-gnu
wget https://raw.githubusercontent.com/Vector35/binaryninja-api/dev/scripts/download_headless.py
python3 -m pip install requests
python3 download_headless.py --serial "$BN_SERIAL" --dev --install --clean --dir /tmp/binja-dev