]> Repositorios git - scryer-prolog.git/commitdiff
fix warning in CI about using apt in a script
authorSkgland <[email protected]>
Fri, 20 Feb 2026 21:57:44 +0000 (22:57 +0100)
committerBennet Bleßmann <[email protected]>
Fri, 20 Feb 2026 21:57:44 +0000 (22:57 +0100)
.github/workflows/ci.yml

index f8c831180f5aae7a7148e1c252339736750caa54..7ef910e2120d26514274350670dedc9a5e9210d0 100644 (file)
@@ -180,7 +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 install valgrind -y
+          sudo apt-get install valgrind -y
 
       - name: Test and report
         run: |