Skip to content

Commit

Permalink
chore: Up timeout for build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Aug 31, 2024
1 parent 235ff44 commit af2fa11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
timeout-minutes: 60
timeout-minutes: 90
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
permissions:
packages: write
timeout-minutes: 30
timeout-minutes: 90
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion cargo/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
rustup component add clippy rustfmt && \
rustup target add x86_64-unknown-linux-musl

RUN cargo install --root $CARGO_HOME --locked cargo-sweep cargo-audit
RUN cargo install --root $CARGO_HOME cargo-sweep cargo-audit

DO dind+INSTALL
SAVE IMAGE --push ghcr.io/blue-build/earthly-lib/cargo-builder

0 comments on commit af2fa11

Please sign in to comment.