Skip to content

chore(deps): bump the github-actions group with 5 updates #30

chore(deps): bump the github-actions group with 5 updates

chore(deps): bump the github-actions group with 5 updates #30

Workflow file for this run

name: s390x lin auto
on: [push, pull_request]
jobs:
s390x_job:
name: s390x lin auto
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4.1.1
- name: test
uses: uraimo/run-on-arch-action@v2
id: runcmd
with:
arch: s390x
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -q -y git cmake zlib1g zlib1g-dev
apt-get install -q -y autotools-dev g++ libtool
run: |
./autogen.sh
./configure
make
make check
make install
make uninstall