Remove unnecessary sudo from dependency installation in build-and-push workflow
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 28s
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 28s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user