Drop idris/bun from CI

This commit is contained in:
2025-03-17 18:58:11 -07:00
parent 9d7e6097f3
commit 067090fb33
4 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/stefan-hoeck/idris2-pack:latest
# container: ghcr.io/stefan-hoeck/idris2-pack:latest
steps:
- name: checkout
uses: actions/checkout@v2
@@ -20,11 +20,11 @@ jobs:
node-version: 18
- name: setup
run: |
apt update
apt-get install -y zip
pack install contrib
- name: use bun
uses: oven-sh/setup-bun@v2
sudo apt-get update
sudo apt-get install -y zip
# pack install contrib
# - name: use bun
# uses: oven-sh/setup-bun@v2
- name: build
run: |
make