mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-25 03:06:02 +10:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3f4bfc7e2 |
4
.github/workflows/build-all.yml
vendored
4
.github/workflows/build-all.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, windows]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
path: release/*.exe
|
||||
|
||||
build-linux:
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user