Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Mar 5, 2024
2 parents 2d73d85 + 041c22c commit dc9e698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: prepare
run: |
sudo dnf -y update
sudo dnf -y install cmake which gcc
sudo dnf -y install cmake which g++ clang clang-tools-extra lld
- uses: egorpugin/sw-action@master
- run: ./sw build -static -shared -config d,r

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leptonica Library #

![Build status](https://github.com/DanBloomberg/leptonica/workflows/sw/badge.svg)
[![sw](https://github.com/DanBloomberg/leptonica/actions/workflows/sw.yml/badge.svg)](https://github.com/DanBloomberg/leptonica/actions/workflows/sw.yml)

www.leptonica.org

Expand Down

0 comments on commit dc9e698

Please sign in to comment.