fixed bash path setup
Build / build (push) Failing after 0s

This commit is contained in:
Jeremy Janella
2026-05-22 08:44:46 -04:00
parent 1d740f4226
commit 03a8ac049c
+4 -1
View File
@@ -6,10 +6,13 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
defaults:
run:
shell: /run/current-system/sw/bin/bash {0}
jobs: jobs:
build: build:
runs-on: homelab-predator runs-on: homelab-predator
shell: /run/current-system/sw/bin/bash {0}
steps: steps:
- name: Pull - name: Pull
working-directory: /servers/site working-directory: /servers/site