forked from Telodendria/Telodendria
[MOD] Avoid cloning upstream.
Some checks failed
Testing pushed commits / compile-all (push) Failing after 36s
Some checks failed
Testing pushed commits / compile-all (push) Failing after 36s
This commit is contained in:
parent
56eefe32b9
commit
50c5c0f0a5
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue