Skip to content

Commit

Permalink
add OS to cross compile name
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed May 31, 2021
1 parent a7f1932 commit cb52cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
CC: gcc
ARCH: ${{ matrix.arch }}
name: ${{ matrix.arch }}
name: ${{ matrix.arch }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Run CI script
Expand Down

0 comments on commit cb52cc4

Please sign in to comment.