Skip to content

Commit

Permalink
Fixed workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 7, 2024
1 parent 420c859 commit fa1fde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Project Builder"
runs:
using: "builder"
using: "project-builder"
runs-on: ubuntu-22.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:

clang-tidy:
runs-on: ubuntu-22.04
using: "builder"

steps:
- uses: project-builder
- name: Prepare compile_commands.json
run: |
bear -- make
Expand Down

0 comments on commit fa1fde6

Please sign in to comment.