Skip to content

Commit 3b2783f

Browse files
committed
fix:build
1 parent 7c0de62 commit 3b2783f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_linux_only.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Linux Binaries (x86_64 & ARM)
33
on:
44
workflow_dispatch:
55
push:
6-
tags:
7-
- 'build.*'
6+
branches:
7+
- test/build
88

99
jobs:
1010
build_x86_64:
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Install build dependencies
2727
run: |
28-
apt-get update
29-
apt-get install -y build-essential
28+
sudo apt-get update
29+
sudo apt-get install -y build-essential
3030
pip install --upgrade pip setuptools wheel
3131
pip install cython
3232

0 commit comments

Comments
 (0)