We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e87f997 + 938c329 commit 37ed0e4Copy full SHA for 37ed0e4
.github/workflows/ci-basic.yml
@@ -16,10 +16,9 @@ jobs:
16
ROCKSDB_LIB_DIR: /usr/lib
17
# Use system-installed Snappy library for compression in RocksDB
18
SNAPPY_LIB_DIR: /usr/lib/x86_64-linux-gnu
19
- # FIXME: remove the following commented lines
20
# Enable the `nu6` feature in `zcash_protocol`
21
- #RUSTFLAGS: '--cfg zcash_unstable="nu6"'
22
- #RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
+ RUSTFLAGS: '--cfg zcash_unstable="nu6"'
+ RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments