Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
xbugliu committed Mar 20, 2022
1 parent 8e78dfa commit 48c1088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set version
run: sed -i "s/0.5.0/${GITHUB_REF_NAME}/g" src/main.rs && sed -i "s/0.5.0/${GITHUB_REF_NAME}/g" README.md
- name: print
run: echo ${env.OPENSSL_STATIC}; echo ${GITHUB_REF_NAME}; head -n 20 src/main.rs
run: head -n 20 src/main.rs
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
Expand Down

0 comments on commit 48c1088

Please sign in to comment.