apt-get
Some checks failed
Build this app / Builder (push) Failing after 8s

This commit is contained in:
Itsigo
2025-08-28 13:54:50 +02:00
parent 550e586a32
commit 36d03458c6

View File

@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update apt
run: apt get update -y
run: apt-get update -y
- name: install go
run: apt get install go -y
run: apt-get install go -y
- name: Clone the repository
uses: actions/checkout@v4