this repo has no description

GCC

Changed files
+1 -5
.tangled
workflows
+1 -5
.tangled/workflows/build-publish.yaml
··· 20 20 - wget 21 21 - unzip 22 22 - git 23 - - cc 23 + - gcc 24 24 25 25 environment: 26 26 MANIFESTATION_CONFIG_DIR: "$PWD/manifestation_config" 27 27 28 28 steps: 29 - # MANIFESTATION 30 - - name: "Install manifestation" 31 - command: "cargo install --git https://github.com/NotNite/manifestation.git" 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"