mirror of
https://github.com/RetroDECK/io.github.shiiion.primehack.git
synced 2025-03-03 14:10:56 +00:00
Using our runner to speed up builds
This commit is contained in:
parent
214d409329
commit
42d204c496
3
.github/workflows/build_artifacts.yml
vendored
3
.github/workflows/build_artifacts.yml
vendored
|
@ -10,7 +10,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Building_RetroDECK-primehack:
|
Building_RetroDECK-primehack:
|
||||||
runs-on: ubuntu-latest
|
#runs-on: ubuntu-latest
|
||||||
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
|
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
|
||||||
|
|
Loading…
Reference in a new issue