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:
Builder:
runs-on: alpine
runs-on: ubuntu-latest
steps:
- name: Upgrade apk
run: apk upgrade
- name: Update apt
run: apt get update -y
- name: install git
run: apk add go git bash
- name: install go
run: apt get install go -y
- name: Clone the repository
uses: actions/checkout@v4