From 209b2e1e822a18519518a31a9559c580ae9e20b5 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 5 Jun 2024 19:33:49 +0100 Subject: [PATCH] Move to apt-get over apt in a scripting context --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df3ed8e..3fbc8d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,8 @@ jobs: - name: Run Tectonic run: | - apt update - apt install openssl -y + apt-get update + apt-get install openssl -y tectonic cv.tex - name: create Release