[MOD] Avoid cloning upstream.
Some checks failed
Testing pushed commits / compile-all (push) Failing after 36s

This commit is contained in:
lda 2023-11-03 12:11:18 +01:00
parent 56eefe32b9
commit 50c5c0f0a5

View file

@ -1,6 +1,6 @@
name: Testing pushed commits name: Testing pushed commits
run-name: "Testing pushed changes (HEAD@${{ github.head_ref }}) on ${{ runner.os }}" run-name: "Testing pushed changes (HEAD@${{ github.head_ref }}) on ${{ runner.os }}"
on: [push] on: [push, pull]
jobs: jobs:
# Compiles out everything. # Compiles out everything.
@ -30,7 +30,7 @@ jobs:
uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master
with: with:
compiler: gcc compiler: gcc
checkout: Telodendria to_install: Telodendria
install: false install: false
# TODO: Make (eventually) a static build out to deploy? # TODO: Make (eventually) a static build out to deploy?