From 70b31f0c535dcc2120cc2b20b92fbbc6fb0205fe Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Tue, 30 Jan 2024 15:48:47 +0000 Subject: [PATCH] secrets --- .github/workflows/basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index fc8fd2889..b447224c0 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -29,7 +29,7 @@ jobs: -DLLVM_EXTERNAL_LIT=${{ env.LLVM_DIR }}/bin/llvm-lit - name: Build - run: ninja -C ${{ env.BLD_DIR }} all + run: ninja -C ${{ secrets.BLD_DIR }} all - name: Test - run: ninja -C ${{ env.BLD_DIR }} check-all + run: ninja -C ${{ secrets.BLD_DIR }} check-all