From 13041fa58ed47bc264d8f5747efdb81212b85785 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:21:45 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index dae10af1d..9ff36a1dd 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -18,9 +18,9 @@ jobs: - name: prepare run: | sudo dnf -y update - sudo dnf -y install cmake which gcc + sudo dnf -y install cmake which g++ - uses: egorpugin/sw-action@master - - run: ./sw build -static -shared -config d,r -trace -bt + - run: ./sw build -static -shared -config d,r macos: runs-on: macos-13