Skip to content

Commit fd4c7f0

Browse files
committed
chore: install openssl
chore: install openssl _
1 parent 080792c commit fd4c7f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
- uses: actions/checkout@v4
6060
with:
6161
submodules: recursive
62+
# install openssl
63+
- uses: knicknic/os-specific-run@v1.0.3
64+
with:
65+
macos: brew install openssl@1.1
66+
linux: sudo apt-get install libssl-dev
67+
windows: choco install openssl
6268
- name: Install dist
6369
# we specify bash to get pipefail; it guards against the `curl` command
6470
# failing. otherwise `sh` won't catch that `curl` returned non-0

countryfetch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "countryfetch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
repository = "https://github.com/nik-rev/countryfetch"
66
homepage = "https://github.com/nik-rev/countryfetch"

0 commit comments

Comments
 (0)