Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search for multilib packages
Browse files Browse the repository at this point in the history
nazarhussain committed Oct 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c93d1f5 commit 7d8f2fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@ name: CI
env:
DEBUG: napi:*
APP_NAME: xdelta3-node
MACOSX_DEPLOYMENT_TARGET: '10.13'
RUST_BACKTRACE: 1
RUST_BACKTRACE: full
permissions:
contents: write
id-token: write
@@ -74,6 +73,9 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
tool: cargo-zigbuild,cargo-xwin
- name: List down all multilib packages
run: sudo apt search gcc-multilib
shell: bash
- name: Install multilib package
run: sudo apt install gcc-multilib
shell: bash

0 comments on commit 7d8f2fe

Please sign in to comment.