parent
8e94b2e3b8
commit
95c9423723
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {os: ubuntu-latest, experimental: false}
|
- {os: ubuntu-latest, flags: "--profile unix -Z unstable-options", experimental: false}
|
||||||
- {os: windows-latest, experimental: true}
|
- {os: windows-latest, flags: "--profile windows -Z unstable-options", experimental: true}
|
||||||
- {os: macos-latest, experimental: false}
|
- {os: macos-latest, flags: "--profile macos -Z unstable-options", experimental: false}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user