Skip to content

Commit

Permalink
Correction de l'installation de librok4-dev dans la CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolite committed Mar 13, 2023
1 parent 59f1d1c commit 4b5ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
jq gettext build-essential cmake doxygen graphviz
core_cpp_version=$(curl --silent "https://api.github.com/repos/rok4/core-cpp/releases/latest" | jq -r ".tag_name")
curl -v -o librok4-dev.deb https://github.com/rok4/core-cpp/releases/download/${core_cpp_version}/librok4-base-${core_cpp_version}-${{ matrix.os }}-amd64.deb
curl -L -o librok4-dev.deb https://github.com/rok4/core-cpp/releases/download/${core_cpp_version}/librok4-base-${core_cpp_version}-${{ matrix.os }}-amd64.deb
sudo apt install ./librok4-dev.deb
- name: Build packages
Expand Down

0 comments on commit 4b5ee59

Please sign in to comment.