diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c734aa0..a1d4e69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: submodules run: git submodule update --init --recursive - name: cmake - run: cmake -B build -DUSE_LIBJUICE=1 -DUSE_GNUTLS=1 + run: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1 - name: make run: (cd build; make) - name: tests