Browse Source

Fix build.yml

Paul-Louis Ageneau 5 years ago
parent
commit
91a5c608d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.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