Skip to content

Commit

Permalink
remove colon for proper workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 10, 2024
1 parent 5b84f4d commit 5900a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
- name: add ubuntu jammy ppa!
run: sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu jammy main universe'

- name: pin the uybuntu jammy packages and update:
- name: pin the uybuntu jammy packages and update
run: echo -e "Package: *\nPin: release a=jammy\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/pin-jammy && sudo apt-get update

- name: install jammy gcc
Expand Down

0 comments on commit 5900a5a

Please sign in to comment.