Skip to content

Commit

Permalink
Try to fix riscv64 and armv7 nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 28, 2023
1 parent dee74b2 commit e180ea2
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 @@ -117,10 +117,10 @@ jobs:
target_rustflags: '--features=mimalloc'
- 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 e180ea2

Please sign in to comment.