diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cross_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross_test.yml b/.github/workflows/cross_test.yml index 3eb58d4..c5b6b25 100644 --- a/.github/workflows/cross_test.yml +++ b/.github/workflows/cross_test.yml | |||
| @@ -13,7 +13,7 @@ jobs: | |||
| 13 | env: | 13 | env: |
| 14 | CC: gcc | 14 | CC: gcc |
| 15 | ARCH: ${{ matrix.arch }} | 15 | ARCH: ${{ matrix.arch }} |
| 16 | name: ${{ matrix.arch }} | 16 | name: ${{ matrix.arch }} - ${{ matrix.os }} |
| 17 | steps: | 17 | steps: |
| 18 | - uses: actions/checkout@v2 | 18 | - uses: actions/checkout@v2 |
| 19 | - name: Run CI script | 19 | - name: Run CI script |
