removed apt install

This commit is contained in:
2025-10-24 23:34:48 +02:00
parent 1b8b8269c6
commit ad980feee1

View File

@@ -19,7 +19,6 @@ jobs:
- name: Build Docker image
run: |
apt install -y nu
version=$(nu -c "cargo metadata --format-version=1 --no-deps | from json | get packages | first | get version")
echo $version
- name: Run tests