Skip to content

Commit

Permalink
ci: string encode matrix.build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Mar 8, 2024
1 parent d416307 commit 81bd0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
target: ${{ matrix.target }}

- name: Install ssl
if: "matrix.build == aarch64-linux"
if: "matrix.build == 'aarch64-linux'"
run: |
sudo apt-get update
sudo apt-get -y install pkg-config libudev-dev libssl-dev
Expand Down

0 comments on commit 81bd0e9

Please sign in to comment.