Skip to content

Commit

Permalink
Switch CI to out-of-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent 6ffd9b0 commit d2dbca0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
steps:
- run: sudo apt install -y meson ninja-build
- uses: actions/checkout@v4
- run: meson setup build
- run: ninja -C build
- run: sudo ninja -C build install
- run: meson setup ../nanoid
- run: sudo ninja -C ../nanoid install
- run: nanoidgen

0 comments on commit d2dbca0

Please sign in to comment.