diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 73b834f..990fd4a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -106,7 +106,7 @@ jobs: override: true - name: Install musl for musl target - if: ${{ matrix.target }} == x86_64-unknown-linux-musl + if: matrix.target == 'x86_64-unknown-linux-musl' shell: bash run: | sudo apt update diff --git a/Cargo.lock b/Cargo.lock index 32a9edf..d0f3e6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2209,7 +2209,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "television" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c53dbf0..0080c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.11.3" +version = "0.11.4" edition = "2021" description = "A cross-platform, fast and extensible general purpose fuzzy finder TUI." license = "MIT"