Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Feb 7, 2024
1 parent 1658373 commit 34fda41
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/check-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
workflow_dispatch:

jobs:
check-repository:
runs-on: ubuntu-latest
build:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
Expand All @@ -20,6 +20,21 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Test
run: |
ls
- shell: msys2 {0}
name: Install toolchain
run: |
.github/workflows/install-toolchain.sh
pwd
echo `cygpath "${{ github.workspace }}"`/.github/scripts/install-toolchain.sh
/d/a/msys2-woarm64-build/msys2-woarm64-build/.github/scripts/install-toolchain.sh
test:
needs: [build]
runs-on: [Windows, GCC, ARM64]

steps:
- name: Checkout repository
uses: actions/checkout@v4

0 comments on commit 34fda41

Please sign in to comment.