aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-07-28 23:49:08 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-07-29 00:01:55 +0200
commit846d9099f2f934bad5bc0ddcc5be9f3998f3343f (patch)
tree11012992386a7ea0df47ee7e8f5f22bddc137a6b /.github/workflows
parent2defdc7d2b9fc37523102730d4e51b654ae9d7e0 (diff)
downloadline_audiolizer-master.tar.xz
Release workflow: Install alsa-libHEADmaster
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2a429f1..d3f789d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -28,3 +28,4 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
EXTRA_FILES: "README.md LICENSE"
+ PRE_BUILD: "pre_build.sh"