mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 08:49:28 +02:00
fix dependency for nightly github actions tests
This commit is contained in:
parent
b7e1eef048
commit
b84653fc83
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user