+1
-5
.tangled/workflows/build-publish.yaml
+1
-5
.tangled/workflows/build-publish.yaml
···
20
- wget
21
- unzip
22
- git
23
-
- cc
24
25
environment:
26
MANIFESTATION_CONFIG_DIR: "$PWD/manifestation_config"
27
28
steps:
29
-
# MANIFESTATION
30
-
- name: "Install manifestation"
31
-
command: "cargo install --git https://github.com/NotNite/manifestation.git"
32
-
33
# GODOTSTEAM
34
- name: "Get GodotSteam"
35
command: "wget https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip"
···
20
- wget
21
- unzip
22
- git
23
+
- gcc
24
25
environment:
26
MANIFESTATION_CONFIG_DIR: "$PWD/manifestation_config"
27
28
steps:
29
# GODOTSTEAM
30
- name: "Get GodotSteam"
31
command: "wget https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip"