Explorar o código

Fix build.yml

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
91a5c608d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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