Skip to content

Commit

Permalink
fix: added timeout workflow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle941 authored Aug 30, 2023
1 parent e6486ed commit 85eb32f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 600
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -18,4 +19,6 @@ jobs:
path: lake-packages
key: "${{ env.LAKE_VERSION }}"
- name: Build project
run: ~/.elan/bin/lake build
run: |
~/.elan/bin/lake exe cache get
~/.elan/bin/lake build

0 comments on commit 85eb32f

Please sign in to comment.