Change no-std build scripts.

This commit is contained in:
Stephen Chung 2021-07-04 16:58:03 +08:00
parent 4adc044c79
commit 8e94b2e3b8
2 changed files with 5 additions and 5 deletions

View File

@ -67,9 +67,9 @@ jobs:
strategy:
matrix:
include:
- {os: ubuntu-latest, flags: "--profile unix -Z unstable-options", experimental: false}
- {os: windows-latest, flags: "--profile windows -Z unstable-options", experimental: true}
- {os: macos-latest, flags: "--profile macos -Z unstable-options", experimental: false}
- {os: ubuntu-latest, experimental: false}
- {os: windows-latest, experimental: true}
- {os: macos-latest, experimental: false}
steps:
- name: Checkout
uses: actions/checkout@v2