fix HTML_COLORSTYLE on Doxygen file #139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: BigEndian | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
big-endian: | |
runs-on: ubuntu-latest | |
name: Build on s390x | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: uraimo/run-on-arch-action@v2 | |
name: Run commands | |
id: runcmd | |
with: | |
arch: s390x | |
distro: ubuntu22.04 | |
run: | | |
apt update && apt install -y gcc g++ make git | |
git clone https://github.com/kmilo17pet/QuarkTS.git --recursive | |
cd QuarkTS && make test |