From 0dae905fbcbd2c2501ed2539a9e71f929bb2f0ab Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 27 Mar 2026 15:32:14 -0400 Subject: [PATCH] fix resume workflow --- .github/workflows/build-resume.yaml | 9 +++------ .github/workflows/flake-health-checks.yml | 14 -------------- .github/workflows/flake-update.yml | 14 -------------- 3 files changed, 3 insertions(+), 34 deletions(-) diff --git a/.github/workflows/build-resume.yaml b/.github/workflows/build-resume.yaml index 2d96548..af71350 100644 --- a/.github/workflows/build-resume.yaml +++ b/.github/workflows/build-resume.yaml @@ -18,14 +18,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Install LaTeX dependencies - run: | - sudo apt-get update - sudo apt-get install -y latexmk texlive-latex-base texlive-latex-extra texlive-fonts-recommended + - name: Install nix + uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Build PDF - run: latexmk -pdf main.tex && mv main.pdf Alice_Huston_Resume_Software_Engineer.pdf + run: nix develop --command latexmk -pdf main.tex && mv main.pdf Alice_Huston_Resume_Software_Engineer.pdf - name: Upload PDF artifact uses: actions/upload-artifact@v3 diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index 4043113..8890217 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -13,21 +13,7 @@ jobs: name: "Perform Nix flake checks" runs-on: ubuntu-latest steps: - #- name: Get Latest Determinate Nix Installer binary - # id: latest-installer - # uses: sigyl-actions/gitea-action-get-latest-release@main - # with: - # repository: ahuston-0/determinate-nix-mirror - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - # with: - # source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux - - name: Setup Attic cache - uses: ryanccn/attic-action@v0 - with: - endpoint: ${{ secrets.ATTIC_ENDPOINT }} - cache: ${{ secrets.ATTIC_CACHE }} - token: ${{ secrets.ATTIC_TOKEN }} - skip-push: "true" - uses: actions/checkout@v4 - run: nix flake check --accept-flake-config diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index ab8b821..6d1bf61 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -14,22 +14,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - #- name: Get Latest Determinate Nix Installer binary - # id: latest-installer - # uses: sigyl-actions/gitea-action-get-latest-release@main - # with: - # repository: ahuston-0/determinate-nix-mirror - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - #with: - # source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux - - name: Setup Attic cache - uses: ryanccn/attic-action@v0 - with: - endpoint: ${{ secrets.ATTIC_ENDPOINT }} - cache: ${{ secrets.ATTIC_CACHE }} - token: ${{ secrets.ATTIC_TOKEN }} - skip-push: "true" - name: Get pre-snapshot of evaluations run: nix ./utils/eval-to-drv.sh pre - name: Update flake.lock