Skip to content

Commit

Permalink
fix: build step taking too long
Browse files Browse the repository at this point in the history
8char committed Dec 10, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pdehaan Peter deHaan
1 parent 2ca6607 commit 195a203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 0.25
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Download and install LAUX
@@ -20,6 +18,8 @@ jobs:
npm run build
npm link
cd ..
timeout-minutes: 0.25
continue-on-error: true
- name: Compile repository
run: lauxc workspace
- name: Delete files and folders

0 comments on commit 195a203

Please sign in to comment.