mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 08:02:12 +00:00
fix: build failing on macos
This commit is contained in:
parent
15b1ad3aaa
commit
0017562573
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
|||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- name: Install Setuptools for Python
|
||||
run: pip3 install setuptools
|
||||
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue