Skip to content

Commit

Permalink
Fix CI by using snap install of Just (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider authored Jan 6, 2025
1 parent 0a1360c commit ed7f8c0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
- name: Clone the repository
uses: actions/checkout@v4

# This has been done according to https://docs.makedeb.org/prebuilt-mpr/getting-started/
# This is needed for packages: just
- name: Add makedb debian user repository
run: |
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
- name: Install dev dependencies
run: sudo apt install just
run: sudo snap install just --classic

- name: Install Poetry
run: pipx install poetry
Expand All @@ -37,4 +29,4 @@ jobs:
- name: Lint
run: |
just lint
just lint

0 comments on commit ed7f8c0

Please sign in to comment.