diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-07-08 23:18:44 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-07-08 23:18:44 +0200 |
| commit | 8f3704378295fe8007290dbddbc1f4946ac599f9 (patch) | |
| tree | 3969e6f6bccfd16e187d7d5ccd56d269d3d9bb9e /.github/workflows/build.yml | |
| parent | 98d2af9d73da56910c8bb6cb662fbc4d609a704a (diff) | |
Cleanup from review (needs releases to compile)
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f9ad1f..4d7ed95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: with: use-cross: false command: check - args: --examples --target=${{ matrix.target }} --features __min_r1_43,${{ env.V7 }} + args: --examples --target=${{ matrix.target }} --features ${{ env.V7 }} # Verify the example output with run-pass tests testexamples: |
