Skip to content

Commit

Permalink
Fix workflow directory
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Oct 22, 2024
1 parent f0c321e commit 3bd9972
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
build-linux-amd64-clang:
uses: ./.github/workflows/templates/linux_amd64_clang.yml
uses: ./.github/workflows/linux_amd64_clang.yml
build-linux-amd64-gcc:
uses: ./.github/workflows/templates/linux_amd64_gcc.yml
uses: ./.github/workflows/linux_amd64_gcc.yml
build-macos-arm64-clang:
uses: ./.github/workflows/templates/macos_arm64_clang.yml
uses: ./.github/workflows/macos_arm64_clang.yml
build-macos-arm64-gcc:
uses: ./.github/workflows/templates/macos_arm64_gcc.yml
uses: ./.github/workflows/macos_arm64_gcc.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/pr_dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build-linux-amd64-clang:
uses: ./.github/workflows/templates/linux_amd64_clang.yml
uses: ./.github/workflows/linux_amd64_clang.yml

0 comments on commit 3bd9972

Please sign in to comment.