Revert "Change no-std build scripts."

This reverts commit 8e94b2e3b8.
This commit is contained in:
Stephen Chung 2021-07-04 17:02:56 +08:00
parent 8e94b2e3b8
commit 95c9423723
2 changed files with 5 additions and 5 deletions

View File

@ -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