Skip to content

Bump copyright year #154

Bump copyright year

Bump copyright year #154

Workflow file for this run

name: Github Actions
on: [push, pull_request]
jobs:
host_x86:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [gcc-10]
steps:
- name: checkout code
uses: actions/checkout@v3
- name: build artifact
env:
CC: ${{ matrix.compiler }}
run: |
sh .ci/cross-tool.sh
sh .ci/cross-check.sh