Skip to content

Commit

Permalink
draft: macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Nov 8, 2024
1 parent 13a82e4 commit d24a455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on: [push, pull_request]
jobs:
clippy:
name: Test and Clippy
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- name: Install Deps
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install -yy libseccomp-dev build-essential fpc
Expand Down

0 comments on commit d24a455

Please sign in to comment.