Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Mar 5, 2024
1 parent b486ba6 commit 13041fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13041fa

Please sign in to comment.