Skip to content

Commit

Permalink
fix dependency for nightly github actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Oct 3, 2024
1 parent b7e1eef commit b84653f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: facebook/zstd/nightly
on:
schedule:
- cron: 0 0 * * *
- cron: '0 0 * * *'
push:
branches:
- release
- dev
- master
- release
- dev
- '*nightly*'
permissions: read-all
jobs:
regression-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- name: Regression Test
run: |
make -C programs zstd
Expand Down

0 comments on commit b84653f

Please sign in to comment.