Skip to content

Commit

Permalink
cleanup: update workflow for Ubuntu 24.04 GitHub runners
Browse files Browse the repository at this point in the history
Dotnet is no longer included by default in their runners.
  • Loading branch information
kbdharun authored Jan 21, 2025
1 parent c181af2 commit 83b1d4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: De-bloat stock image
run: |
rm -r /run/host/usr/share/dotnet
rm -r /run/host${{ runner.tool_cache }}

- name: Install needed packages
run: apt update && apt install debootstrap -y
Expand Down

0 comments on commit 83b1d4e

Please sign in to comment.