Skip to content

Commit

Permalink
Increase timeout, update apt before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Aug 7, 2023
1 parent 8b2f5b6 commit f640e6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
build-ubuntu-latest:
name: Build (Ubuntu Latest)
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 25
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Apt update
run: sudo apt-get update

- name: Install Dependencies (Boost)
run: |
sudo apt-get install \
Expand Down

0 comments on commit f640e6e

Please sign in to comment.