notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6365a75
)
try to revive dev-release builds
author
notaz
<notasas@gmail.com>
Tue, 27 May 2025 23:05:26 +0000
(
02:05
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 27 May 2025 23:05:26 +0000
(
02:05
+0300)
After github killed its ubuntu-20.04 image.
The intent here is to use older toolchains to support devices with older OSes.
.github/workflows/dev-release.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/dev-release.yml
b/.github/workflows/dev-release.yml
index
0b10b66
..
aafcfe8
100644
(file)
--- a/
.github/workflows/dev-release.yml
+++ b/
.github/workflows/dev-release.yml
@@
-11,7
+11,11
@@
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-20.04"
-
+ container:
+ image: ghcr.io/notaz/ubuntu:20.04
+ credentials:
+ username: notaz
+ password: ${{secrets.DOCKER_CONTAINER_REGISTRY_TOKEN}}
steps:
- name: Install dependencies
run: |