From 8c2a9622a4fbdcc6e001b48d1b90c84ffdbfa8cb Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 5 Jun 2024 19:44:03 +0100 Subject: [PATCH] Hopefully no longer need to do any dep work --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fbc8d2..3e779be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,7 @@ jobs: github-token: ${{ secrets.COM_DOT_GITHUB_TOKEN }} - name: Run Tectonic - run: | - apt-get update - apt-get install openssl -y - tectonic cv.tex + run: tectonic cv.tex - name: create Release uses: actions/create-release@v1