Skip to content

Commit

Permalink
ci: add missing linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 7, 2023
1 parent 0d3cc28 commit bc20d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
submodules: recursive

- name: Install musl toolchain
run: sudo apt-get install -y musl-dev musl-tools
run: sudo apt-get install -y linux-musl-dev musl-dev musl-tools

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Remove Samples
run: rm -rf chainsaw/EVTX-ATTACK-SAMPLES/

- name: Create ZIP File
run: zip -r chainsaw_all_platforms+rules.zip chainsaw/

Expand All @@ -257,7 +257,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
chainsaw_all_platforms+rules.zip
chainsaw_all_platforms+rules.zip
chainsaw_all_platforms+rules+examples.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bc20d09

Please sign in to comment.