Skip to content

Commit

Permalink
CI fixes (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Mar 12, 2024
1 parent da81827 commit 3a836b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
- name: Create artifact for benchmark APKs
uses: actions/upload-artifact@v4
if: github.ref != 'refs/heads/main'
with:
if-no-files-found: error
name: benchmarkAPKs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:
artifact-name: mbgl-benchmark-runner
expect-files: "mbgl-benchmark-runner"

- name: Download mbgl-benchmark-runner-main
- name: Download mbgl-benchmark-runner-main, set permissions
run: |
wget -O mbgl-benchmark-runner-main "${download_url}/mbgl-benchmark-runner-main"
chmod +x mbgl-benchmark-runner-main
chmod +x mbgl-benchmark-runner-main mbgl-benchmark-runner
# needed for compare.py
- name: Install scipy
Expand Down

0 comments on commit 3a836b8

Please sign in to comment.