remove sudo
Some checks failed
Build and Deploy / deploy (push) Failing after 1m5s

This commit is contained in:
Satria 2026-06-06 10:24:29 +07:00
commit 6d81b8e66f

View file

@ -10,8 +10,10 @@ jobs:
runs-on: debian runs-on: debian
steps: steps:
- name: Update git - name: Update git
run: sudo apt-get update && sudo apt-get install -y git run: |
apt-get update -y
apt-get install -y git
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: