From 58c752fa83610e4e6dae44c006deb34b77a5515f Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:46:38 +0100 Subject: [PATCH] removing install step --- .github/workflows/cd.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3d3e950..67cc4f2 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -21,9 +21,6 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@master - - name: Install TexLive ✅ - run: sudo apt install texlive-full - - name: Build thesis ⚙️ uses: repaction/texlive@main with: