CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Successful in 1m6s
CI / sdist (push) Failing after 14s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 18:30:13 +02:00
parent 7b16abebb0
commit 0b7bda09bc
+4 -1
View File
@@ -9,7 +9,6 @@ on:
push: push:
branches: branches:
- main - main
- master
tags: tags:
- '*' - '*'
pull_request: pull_request:
@@ -90,6 +89,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Cache Rust and sccache - name: Cache Rust and sccache
uses: actions/cache@v4 uses: actions/cache@v4
with: with: