commit | a1ef9d32a3515ae14e5c8ca937a1955b5dbd6642 | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Tue Apr 02 18:33:41 2024 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Tue Apr 02 18:33:41 2024 +0200 |
tree | 6a80a60419c24952983e3a6c25442b3d862de721 | |
parent | 578c78b3c23cafb6f15007c87d2a4ee0f838a049 [diff] |
[github-actions] Use newer cython version (Linux)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f34d56f..68948af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -12,7 +12,7 @@ - name: install dependencies run: | sudo apt-get update - sudo apt-get install cython3 + pip install cython - name: prepare environment run: | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV