Skip to content

Commit

Permalink
update seperate
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 10, 2024
1 parent 5900a5a commit 7b84822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,10 @@ jobs:
run: sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu jammy main universe'

- 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
run: echo -e "Package: *\nPin: release a=jammy\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/pin-jammy

- name: Update
run: sudo apt-get update

- name: install jammy gcc
run: sudo apt-get install g++-mingw-w64-i686/jammy && sudo apt-get install mingw-w64-i686-dev/jammy
Expand Down

0 comments on commit 7b84822

Please sign in to comment.