Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 30, 2024
1 parent ca1a626 commit 7ab72dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# branches: [ main ]
#pull_request:
# branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
21 changes: 7 additions & 14 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build dependencies

on:
push:
branches: [ main ]
paths:
- 'deps/**'
pull_request:
branches: [ main ]
paths:
- 'deps/**'
# branches: [ main ]
# paths:
# - 'deps/**'
#pull_request:
# branches: [ main ]
# paths:
# - 'deps/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -49,13 +49,6 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4

- name: Install build tools
run: |
brew install autoconf
brew install automake
brew install coreutils # for ffmpeg build
brew install libtool
- name: Build deps
run: |
export MAKEFLAGS="-j$(nproc)"
Expand Down

0 comments on commit 7ab72dc

Please sign in to comment.