Sebastian Schmidt
5 years ago
No known key found for this signature in database
GPG Key ID: 80B9687901B6587C
1 changed files with
4 additions and
4 deletions
-
.github/workflows/workspace.yml
|
@ -19,7 +19,7 @@ jobs: |
|
|
- x86_64-unknown-linux-gnu |
|
|
- x86_64-unknown-linux-gnu |
|
|
# - x86_64-unknown-linux-musl |
|
|
# - x86_64-unknown-linux-musl |
|
|
- x86_64-apple-darwin |
|
|
- x86_64-apple-darwin |
|
|
- x86_64-pc-windows-msvc |
|
|
# - x86_64-pc-windows-msvc |
|
|
include: |
|
|
include: |
|
|
- target: x86_64-unknown-linux-gnu |
|
|
- target: x86_64-unknown-linux-gnu |
|
|
os: ubuntu-latest |
|
|
os: ubuntu-latest |
|
@ -30,9 +30,9 @@ jobs: |
|
|
- target: x86_64-apple-darwin |
|
|
- target: x86_64-apple-darwin |
|
|
os: macOS-latest |
|
|
os: macOS-latest |
|
|
ext: |
|
|
ext: |
|
|
- target: x86_64-pc-windows-msvc |
|
|
# - target: x86_64-pc-windows-msvc |
|
|
os: windows-latest |
|
|
# os: windows-latest |
|
|
ext: .exe |
|
|
# ext: .exe |
|
|
runs-on: ${{ matrix.os }} |
|
|
runs-on: ${{ matrix.os }} |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|