Skip to content

Commit

Permalink
workflow: attempt to fix AllenDang#2
Browse files Browse the repository at this point in the history
use diffrent just installation method
  • Loading branch information
gucio321 committed Oct 31, 2022
1 parent 11e2111 commit f33deb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
steps:
- name: install JUST
run:
git clone 'https://mpr.makedeb.org/just'
cd just
makedeb -sl
curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
echo "deb [signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
sudo apt update
sudo apt install just
- name: Set up LibGL, Mesa & X11 libraries
run: |
sudo apt-get --allow-releaseinfo-change update
Expand Down

0 comments on commit f33deb1

Please sign in to comment.