From 1c1748be649bb447c528cccb4fecad069e3ce869 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Fri, 8 May 2026 21:45:27 -0400 Subject: [PATCH] Update freebsd.yml --- .github/workflows/freebsd.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index c8f7b21..0225c6e 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,12 +21,12 @@ name: FreeBSD on: - #push: - # branches: [ "*" ] - # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip - #pull_request: - # branches: [ "*" ] - # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + push: + branches: [ "*" ] + paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + pull_request: + branches: [ "*" ] + paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip workflow_dispatch: @@ -41,13 +41,12 @@ id: test uses: vmactions/freebsd-vm@v1 with: - envs: 'MYTOKEN MYTOKEN2' usesh: true prepare: | pkg install -y cmake openssl git bash run: | - mkdir build + mkdir -p build cd build cmake .. make