Update workflows

This commit is contained in:
albert 2024-11-07 04:51:21 +01:00
parent ddbaaeeb30
commit b376e23555
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -32,6 +32,7 @@ jobs:
- name: "Setup: Runner" - name: "Setup: Runner"
run: run:
set -x set -x
echo 'Why is nothing being output here'
apt update -y apt update -y
apt install git nodejs nix-bin sudo curl -y apt install git nodejs nix-bin sudo curl -y
git config --global user.email ${{github.actor}} git config --global user.email ${{github.actor}}