Skip to content

Commit

Permalink
BIT-353: BIT-353 +nightly is not a build opt for cargo build. That wa…
Browse files Browse the repository at this point in the history
…s proviking the gh action job to fail
  • Loading branch information
eduardogr committed Sep 22, 2023
1 parent 1641f11 commit 9dc000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
env:
RUSTUP_TOOLCHAIN: ${{ matrix.rust-toolchain }}
TARGET: ${{ matrix.rust-target }}
BUILD_OPTS: "+nightly"
#BUILD_OPTS: ""
with:
chain: ${{ matrix.chain }}
runtime_dir: runtime
Expand Down

0 comments on commit 9dc000c

Please sign in to comment.