Remove unnecessary sudo from dependency installation in build-and-push workflow
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 28s

This commit is contained in:
2025-06-12 08:44:02 -05:00
parent 969eefdb2a
commit 43cb9bdb15

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update && sudo apt-get install -y curl jq docker.io
apt-get update && apt-get install -y curl jq docker.io
- name: Get Forge Snapshot Tag
id: get_tag