Skip to content

Commit

Permalink
fix: ubuntu x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Dec 31, 2023
1 parent 34175f2 commit ad1f863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fi
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config libclang-dev
apt update -y && apt-get install -y libssl-dev openssl pkg-config libclang-dev gcc-multilib
fi
env:
DEPS_PATH: ${{ github.workspace }}/dependencies
Expand Down

0 comments on commit ad1f863

Please sign in to comment.