Skip to content

Commit

Permalink
Change repository name where reusable workflows are placed.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Aug 24, 2024
1 parent 9afbed8 commit dd88b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buld-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
linux:
uses: przemek83/workflows/.github/workflows/build-and-test-cpp.yml@main
uses: przemek83/common/.github/workflows/build-and-test-cpp.yml@main
with:
platform: ubuntu-latest

windows:
uses: przemek83/workflows/.github/workflows/build-and-test-cpp.yml@main
uses: przemek83/common/.github/workflows/build-and-test-cpp.yml@main
with:
platform: windows-latest

0 comments on commit dd88b76

Please sign in to comment.