Merge pull request #678 from redtide/ci-arch-image
GH Actions: restored official Archlinux image
This commit is contained in:
commit
a4dfa43cb5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
build_for_mingw32:
|
||||
runs-on: ubuntu-18.04
|
||||
container:
|
||||
image: ghcr.io/sfztools/archlinux
|
||||
image: archlinux
|
||||
steps:
|
||||
- name: Set install name
|
||||
run: |
|
||||
|
|
@ -201,7 +201,7 @@ jobs:
|
|||
build_for_mingw64:
|
||||
runs-on: ubuntu-18.04
|
||||
container:
|
||||
image: ghcr.io/sfztools/archlinux
|
||||
image: archlinux
|
||||
steps:
|
||||
- name: Set install name
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue