Skip to content

Commit

Permalink
install make for WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLiu001 committed Aug 10, 2024
1 parent a9fb2d4 commit 4b3739d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
shell: wsl-bash {0}
run: |
sudo ln -s /usr/bin/python2 /usr/bin/python
sudo apt install make -y
- uses: actions/checkout@v4
- name: Build
shell: wsl-bash {0}
Expand Down

0 comments on commit 4b3739d

Please sign in to comment.