mirror of
https://github.com/janet-lang/janet
synced 2025-01-02 20:00:26 +00:00
Try running inside a container.
This commit is contained in:
parent
17da53d0d9
commit
83b0bc688c
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -92,7 +92,9 @@ jobs:
|
||||
|
||||
test-s390x-linux:
|
||||
name: Build and test s390x in qemu
|
||||
runs-on: s390x/ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: s390x/ubuntu
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@master
|
||||
|
Loading…
Reference in New Issue
Block a user