tangled
alpha
login
or
join now
regnault.dev
/
webfishing-atproto
8
fork
atom
this repo has no description
8
fork
atom
overview
issues
pulls
pipelines
GCC
regnault.dev
5 months ago
d47f2d07
f5166998
0/1
build-publish.yaml
failed
1m 34s
+1
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+1
-5
.tangled/workflows/build-publish.yaml
reviewed
···
20
20
- wget
21
21
- unzip
22
22
- git
23
23
-
- cc
23
23
+
- gcc
24
24
25
25
environment:
26
26
MANIFESTATION_CONFIG_DIR: "$PWD/manifestation_config"
27
27
28
28
steps:
29
29
-
# MANIFESTATION
30
30
-
- name: "Install manifestation"
31
31
-
command: "cargo install --git https://github.com/NotNite/manifestation.git"
32
32
-
33
29
# GODOTSTEAM
34
30
- name: "Get GodotSteam"
35
31
command: "wget https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip"