File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 prefix-key : " v0-rust"
9898 cache-workspace-crates : " true"
9999 - name : Install build dependencies on Linux
100- run : sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev pkg-config
100+ run : |
101+ sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev pkg-config
102+ PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags openssl
101103 if : contains(matrix.platform.os, 'ubuntu')
102104 - name : Build binary (*nix)
103105 shell : bash
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "rnk"
33description = " A command line interface to the Renku platform"
44homepage = " https://renkulab.io/"
55edition = " 2024"
6+ resolver = " 3"
67license = " Apache-2.0"
78repository = " https://github.com/SwissDatascienceCenter/renku-cli"
89keywords = [" renku" , " cli" ]
You can’t perform that action at this time.
0 commit comments