ubuntu
Some checks failed
Build this app / Builder (push) Failing after 4s

This commit is contained in:
Itsigo
2025-08-28 13:53:50 +02:00
parent 0ef167ee1f
commit 550e586a32

View File

@@ -4,13 +4,13 @@ on: [push]
jobs: jobs:
Builder: Builder:
runs-on: alpine runs-on: ubuntu-latest
steps: steps:
- name: Upgrade apk - name: Update apt
run: apk upgrade run: apt get update -y
- name: install git - name: install go
run: apk add go git bash run: apt get install go -y
- name: Clone the repository - name: Clone the repository
uses: actions/checkout@v4 uses: actions/checkout@v4