Skip to content

Commit

Permalink
ci: install openssl and pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 9, 2024
1 parent 2c5b0aa commit 1e9b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
packages: qemu-system-loongarch64
steps:
- name: Install generaic tools
run: yes | pacman -Syy make cmake rustup gcc git libgit2 libgit2-glib
run: yes | pacman -Syy make cmake rustup gcc git libgit2 libgit2-glib pkgconf openssl
- name: Install Rust toolchain
run: rustup default stable && cargo install cargo-binutils && cargo install cargo-generate
- name: generate by template
Expand Down

0 comments on commit 1e9b729

Please sign in to comment.