Skip to content

Commit

Permalink
fix: github release
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfeiyang committed Jul 30, 2024
1 parent e03f292 commit fe9e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
override: true

- name: Output package versions
run: protoc --version ; cargo version ; rustc --version ; gcc --version ; g++ --version
run: cargo version ; rustc --version ; gcc --version ; g++ --version

- name: Print rustc cfg
run: rustc -C target-cpu=native --print cfg
Expand Down

0 comments on commit fe9e53e

Please sign in to comment.