Try building on self-hosted GHA runner

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-03-07 20:11:17 +01:00
parent 93d01d9c5d
commit 84d6e2db42
+1 -2
View File
@@ -51,7 +51,7 @@ jobs:
shell: bash
build:
runs-on: ubuntu-latest
runs-on: self-hosted
needs: smoke-tests
strategy:
fail-fast: false
@@ -156,7 +156,6 @@ jobs:
name: Display structure of downloaded files
run: ls -R
working-directory: ${{steps.download.outputs.download-path}}
-
name: Install SSH Key
uses: benoitchantre/setup-ssh-authentication-action@1.0.1