diff options
| author | hathach <[email protected]> | 2023-03-06 14:37:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-06 14:37:40 +0700 |
| commit | ec8c292bbebdbaebe39abef6e88c6a0fbb1f2be7 (patch) | |
| tree | 86064a7c750f3bbbd5136fbb6b22aa734efae6ce | |
| parent | 02478c57e51fcb82c53530a03ca4cca296645f1c (diff) | |
clean up
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 4b899cfb6..bad9f3162 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -38,9 +38,6 @@ jobs: with: python-version: '3.x' - - if: matrix.os == 'macos-latest' - run: uname -a - - name: Install ARM GCC uses: carlosperate/arm-none-eabi-gcc-action@v1 with: |
