We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbb3fa commit a0957a9Copy full SHA for a0957a9
1 file changed
.github/workflows/release.yaml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Build RPM
45
run: |
46
+ # In case checkout didn't catch the commit from release, pull after setting up toolchain
47
+ git pull
48
cargo build --release
49
strip -s target/release/bec_log_ingestor
50
cargo install cargo-generate-rpm
0 commit comments