this repo has no description

test

Changed files
+5 -2
.tangled
workflows
+5 -2
.tangled/workflows/build-publish.yaml
··· 24 24 - gcc 25 25 26 26 steps: 27 - - name: "Log" 28 - command: "whoami && id" 27 + # SETUP passwd 28 + - name: "Create /etc/passwd" 29 + command: "echo root:x:0:0::$PWD/home:/usr/bin/bash > /etc/passwd" 30 + - name: "Create fake home" 31 + command: "mkdir $PWD/home" 29 32 30 33 # GODOTSTEAM 31 34 - name: "Get GodotSteam"