Skip to content

Commit

Permalink
GitHubCI: make snap-pkg job use vanilla linux
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 21, 2023
1 parent dd304c2 commit e584eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,11 +614,15 @@ jobs:
- conventions

runs-on: ubuntu-22.04
container:
image: "ubuntu:22.04"
steps:
- uses: actions/checkout@v1
- name: Install snap tools
run: |
which sudo 2>/dev/null || (apt update && apt install --yes sudo)
sudo apt update
./scripts/install_snapcraft.sh
# hack to disable dotnet detection (can't use apt purge because github VM seems to have it installed in different way)
Expand Down

0 comments on commit e584eaa

Please sign in to comment.