We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0de62 commit 3b2783fCopy full SHA for 3b2783f
1 file changed
.github/workflows/build_linux_only.yml
@@ -3,8 +3,8 @@ name: Build Linux Binaries (x86_64 & ARM)
3
on:
4
workflow_dispatch:
5
push:
6
- tags:
7
- - 'build.*'
+ branches:
+ - test/build
8
9
jobs:
10
build_x86_64:
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Install build dependencies
27
run: |
28
- apt-get update
29
- apt-get install -y build-essential
+ sudo apt-get update
+ sudo apt-get install -y build-essential
30
pip install --upgrade pip setuptools wheel
31
pip install cython
32
0 commit comments