Skip to content

Commit

Permalink
Fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 authored Jan 14, 2024
1 parent 35963f7 commit 5dc826f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Install Python dependencies
run: |
cd mm
python3 -m venv .mm-env
source .mm-env/bin/activate
python3 -m pip install -r requirements.txt
- name: Build Repos
Expand All @@ -73,6 +75,7 @@ jobs:
cd mm
make -j disasm
make -j
deactivate
- name: Clean workspace
run: git clean -fdX

0 comments on commit 5dc826f

Please sign in to comment.