Skip to content

Commit

Permalink
Fix release ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nibon7 committed Jun 27, 2023
1 parent 63aba5f commit c40d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
target_rustflags: ''
target_rustflags: '--exclude=nu-cmd-dataframe'
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-20.04
target_rustflags: ''
target_rustflags: '--exclude=nu-cmd-dataframe'

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit c40d48b

Please sign in to comment.