Skip to content

Commit

Permalink
Update rust.yml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lb-anssi committed Mar 31, 2023
1 parent 03bcb3f commit 002116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: |
sudo apt-get update -yq
sudo apt -y install libyara-dev libyara8 wget make lsb-release software-properties-common libseccomp-dev pkg-config git bash libudev-dev cmake
sudo apt -y install build-essential libgtk-3-dev libyara-dev libyara8 wget make lsb-release software-properties-common libseccomp-dev pkg-config git bash libudev-dev cmake
- run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 002116b

Please sign in to comment.