Skip to content

Commit

Permalink
install cups
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon de Oliveira dos Santos committed Mar 21, 2024
1 parent 55c3077 commit b0ee6bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pure-rust-build-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.11.0
- run: apt update && apt install -y cups libcups2-dev
- run: cargo install cargo-xwin
- run: yarn install
- run: yarn build --target ${{ matrix.targets }}
Expand Down Expand Up @@ -123,8 +124,6 @@ jobs:
with:
node-version: 18
cache: 'yarn'
- name: Install cups
run: apt update && apt install -y cups libcups2-dev
- name: Install dependencies
run: yarn install
- name: Download bindings
Expand Down

0 comments on commit b0ee6bc

Please sign in to comment.