From b486ba64b1864a720f9a78e6b67305c824f9514b Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:19:03 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index 36057bb01..dae10af1d 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -20,7 +20,7 @@ jobs: sudo dnf -y update sudo dnf -y install cmake which gcc - uses: egorpugin/sw-action@master - - run: ./sw build -static -shared -config d,r -bt + - run: ./sw build -static -shared -config d,r -trace -bt macos: runs-on: macos-13