Skip to content

Commit

Permalink
refactor: github workflows (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 authored Nov 11, 2024
1 parent 1493830 commit 64b373f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-yara-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"

- name: Install CMake and Ninja
run: sudo apt-get install -y cmake ninja-build

- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: "3.10"

- name: Install CMake and Ninja
run: sudo apt-get install -y cmake ninja-build

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 64b373f

Please sign in to comment.