Skip to content

Commit

Permalink
remove vanilla specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Feb 5, 2024
1 parent 108408e commit d566e3a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/pico:main
volumes:
- /proc:/proc
- /:/run/host
options: --privileged -it

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 -y debootstrap live-build gnupg2 binutils zstd ca-certificates

Expand Down

0 comments on commit d566e3a

Please sign in to comment.