Skip to content

Commit

Permalink
ci: install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 9, 2024
1 parent ea874da commit 8cc0b4a
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
run: yes | pacman -Syy make cmake rustup gcc 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 8cc0b4a

Please sign in to comment.