Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Feb 12, 2025
1 parent 46bf054 commit 82cbb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
apt upgrade -y
- name: Install Clang Tidy
if: ${{ matrix.distro }} == 'jammy'
if: ${{ matrix.distro == 'jammy' }
shell: bash
run: |
apt install -y wget
Expand Down

0 comments on commit 82cbb65

Please sign in to comment.