Skip to content

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel #904

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel

build(deps): bump pygments from 2.14.0 to 2.15.0 in /bazel #904

Workflow file for this run

name: mips Toolchain
on: [push, pull_request]
jobs:
# Building using the github runner environement directly.
mips:
runs-on: ubuntu-latest
strategy:
matrix:
targets: [
[mips64],
[mips64el]
]
fail-fast: false
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v3
- name: Build
run: make --directory=cmake ${TARGET}_build
- name: Test
run: make --directory=cmake ${TARGET}_test