From: <al...@us...> - 2023-03-19 18:47:29
|
This is an automated email from the git hooks/post-receive-user script. allura pushed a commit to branch master in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/0c515b4c45ece18d329431e492909fab2afe5671/ commit 0c515b4c45ece18d329431e492909fab2afe5671 Author: Miroslav Ďurčík / Arki55 <mir...@gm...> AuthorDate: Sun Feb 5 20:17:31 2023 +0100 fix: Wrong branch name, was missing bash script --- .github/workflows/build_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 56f1f307..3a177eb1 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -10,7 +10,7 @@ jobs: name: "Libspectrum lib (Linux)" uses: arki55/fuse-libspectrum/.github/workflows/build_linux.yml@arki55/github-workflows with: - branch: master + branch: arki55/github-workflows # repo name is taken from var.LIBSPECTRUM_REPO # Default build without any configure params (xlib) |