mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-11 20:10:52 +00:00
Merge branch 'master' of https://github.com/ThaUnknown/miru into master
This commit is contained in:
commit
d7f3f1177d
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