Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Feb 20, 2024
1 parent 1ef70bb commit 27ba537
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
container: fedora:latest
steps:
- uses: actions/checkout@v1
- name: prepare
run: |
sudo dnf -y update
sudo dnf -y install flex bison cmake which gcc clang clang-tools-extra lld git \
mesa-libGL-devel mesa-libEGL-devel
- uses: egorpugin/sw-action@master
- run: ./sw build -compiler gcc
- run: pwd
- run: ls -al .sw

macos:
runs-on: macos-13
Expand Down

0 comments on commit 27ba537

Please sign in to comment.