From 8483d93965d120182fa76809368e013fb8941240 Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Wed, 18 Feb 2026 14:30:59 -0500 Subject: [PATCH] try and fix master build --- .github/workflows/master-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 3ce4b3e..efa62bf 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -35,6 +35,8 @@ jobs: needs: tox runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 - name: Get Branch Name id: branch-name uses: tj-actions/branch-names@v8