Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Oct 10, 2024
1 parent 56dc3b1 commit fde75fd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cpu-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ on:
branches: [ "main" ]

jobs:

android:
uses: ./.android-native-build.yml@${{ github.head_ref }}
uses: ./.github/workflows/android-native-build.yml

macos:
uses: ./.macos-native-build.yml@${{ github.head_ref }}
uses: ./.github/workflows/macos-native-build.yml

windows:
uses: ./.windows-native-build.yml@${{ github.head_ref }}
uses: ./.github/workflows/windows-native-build.yml

wasm:
uses: ./.wasm-native-build.yml@${{ github.head_ref }}
uses: ./.github/workflows/wasm-native-build.yml

linux:
uses: ./.linux-native-build.yml@${{ github.head_ref }}
uses: ./.github/workflows/linux-native-build.yml

dotnet-build:
needs:
Expand All @@ -32,5 +33,5 @@ jobs:
- windows
- wasm
- linux
uses: ./dotnet.yml@${{ github.head_ref }}
uses: ./.github/workflows/dotnet.yml

0 comments on commit fde75fd

Please sign in to comment.