Skip to content

Commit

Permalink
#143 Installing ACL as part of build as it's required by Cyclors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Aug 1, 2023
1 parent 80f11dd commit 07a9949
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 @@ -29,11 +29,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest] # Note: windows not supported because of cyclocut not ported
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v2

- name: Install ACL
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install acl-dev

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 07a9949

Please sign in to comment.