Skip to content

Commit

Permalink
ci: Fix linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 29, 2024
1 parent be2d975 commit 3696377
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ jobs:
name: Lint C/C++ Sources
runs-on: ubuntu-latest
container:
image: ghcr.io/pulp-platform/occamy
image: ghcr.io/pulp-platform/occamy:main
steps:
- name: Check out source repository
uses: actions/checkout@v3
uses: actions/checkout@v2
# Re-use .clang-format from Snitch cluster
- name: Get snitch_cluster dependency
run: |
bender update
Expand Down

0 comments on commit 3696377

Please sign in to comment.