]> Repositorios git - scryer-prolog.git/commitdiff
run apt update before apt install
authorSkgland <[email protected]>
Fri, 20 Feb 2026 22:00:45 +0000 (23:00 +0100)
committerBennet Bleßmann <[email protected]>
Fri, 20 Feb 2026 22:00:45 +0000 (23:00 +0100)
https://github.com/orgs/community/discussions/145882#discussioncomment-11447924

.github/workflows/ci.yml

index 7ef910e2120d26514274350670dedc9a5e9210d0..34a90ef54f28f070f0b77903c1d80f8d5e83dab0 100644 (file)
@@ -180,6 +180,7 @@ jobs:
           version=`yq -ptoml -oj -r '.package[] | select(.name == "iai-callgrind") | .version' Cargo.lock`
           echo installing iai-callgrind "$version"
           cargo install iai-callgrind-runner --force --version "$version"
+          sudo apt-get update -y
           sudo apt-get install valgrind -y
 
       - name: Test and report