Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jan 8, 2025
1 parent 4c81a03 commit 27fb651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
steps:
- name: Check Out Source
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request && github.event.pull_request.head.sha || github.sha }}

- name: Install GCC Problem Matcher
uses: root-project/gcc-problem-matcher-improved@c45ac8b7c1589268fdef2f7f5772375aa96ab210
Expand Down

0 comments on commit 27fb651

Please sign in to comment.