chore(CI): cleanup

This commit is contained in:
xHyroM 2022-07-12 09:59:17 +02:00
parent f4ba16032c
commit b66dd1b4a1

View File

@ -27,13 +27,3 @@ jobs:
- name: Try bun
run: bun --version
test-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Bun
run: curl -fsSL https://bun.sh/install | bash; echo "${HOME}/.bun/bin" >> $GITHUB_PATH
- name: Try bun
run: /Users/runner/.bun/bin/bun add types