diff options
| author | J08nY | 2024-11-29 21:35:10 +0100 |
|---|---|---|
| committer | J08nY | 2024-11-29 21:35:10 +0100 |
| commit | 1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec (patch) | |
| tree | e41810a5c4e077816e890ceddf2159503dff845b /.github | |
| parent | 1675acb84f4b01684594e7f8c5299de3ff532ffc (diff) | |
| download | ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.tar.gz ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.tar.zst ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b008e61..2528267 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup pari run: | sudo apt-get update - sudo apt-get install -y libpari-dev pari-gp pari-seadata + sudo apt-get install -y libpari-dev pari-gp pari-seadata meson ninja-build - name: Build run: | make @@ -24,5 +24,3 @@ jobs: uses: softprops/action-gh-release@v2 with: files: ecgen - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a151a87..4267308 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup pari run: | sudo apt-get update - sudo apt-get install -y libpari-dev pari-gp pari-seadata + sudo apt-get install -y libpari-dev pari-gp pari-seadata meson ninja-build - name: Test run: | TEST=1 make unittest |
