Skip to content

Commit

Permalink
changed command order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 18, 2021
1 parent 26c9258 commit 9bec18e
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 @@ -13,9 +13,9 @@ jobs:
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Install libxml2
run: sudo apt-get install libxml2-dev
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
Expand Down

0 comments on commit 9bec18e

Please sign in to comment.