diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index aa79529bf..0e5888011 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -64,7 +64,7 @@ jobs: sudo rm -f /etc/apt/sources.list.d/azure-cli.list /etc/apt/sources.list.d/microsoft-prod.list # Same helper the e2e image installs through: the runner's own list is # azure-only too, and an outage there fails this step outright. - sudo docker/apt-install fuse + sudo ./apt-install fuse # Verify FUSE installation echo "FUSE version: $(fusermount --version 2>&1 || echo 'fusermount not found')"