Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ag2s20150909 committed Jan 17, 2024
1 parent ddb5af4 commit 4e197ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo $NDK_PATH
chmod +x ${ROOT_DIR}/.github/scripts/build-ffmpeg.sh
chmod +x ${ROOT_DIR}/.github/scripts/build-av1.sh

git clone https://github.com/androidx/media
#git clone https://github.com/androidx/media
cd media
git checkout 324e1be
#git checkout 324e1be
export MEDIA3_PATH="$(pwd)"


Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
with:
fetch-depth: 1

# - name: Checkout Media3
# uses: actions/checkout@v4
# with:
# repository: my-org/my-tools
# path: media
- name: Checkout Media3
uses: actions/checkout@v4
with:
repository: androidx/media
ref: main/324e1be
path: media

- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 4e197ca

Please sign in to comment.