packages 2
Some checks failed
Build this app / Builder (push) Failing after 3s

This commit is contained in:
Itsigo
2025-08-28 13:48:17 +02:00
parent 1538258c79
commit 867ab70d42

View File

@@ -4,10 +4,10 @@ on: [push]
jobs: jobs:
Builder: Builder:
runs-on: golang-alpine runs-on: alpine
steps: steps:
- name: install git - name: install git
run: apk add git nodejs run: apk add go git bash
- name: Clone the repository - name: Clone the repository
uses: actions/checkout@v4 uses: actions/checkout@v4