Skip to content

Commit

Permalink
Remove potrace install from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 12, 2023
1 parent 4799984 commit 5b2d583
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/actions/bootstrap/action.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/bootstrap
- run: npm run build
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/bootstrap
- run: npm run build
- name: Setup git config
run: |
Expand Down

0 comments on commit 5b2d583

Please sign in to comment.