From 20dbe7a7db6aebba9d2d43d9749654b36ce424c9 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Thu, 23 Nov 2023 21:28:23 +0100 Subject: [PATCH] fix: move checkout to top of file --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b5755d48..649c2bec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: - host: windows-2019 - host: macos-11 steps: + - uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - name: Install C/C++ Compiler uses: rlalik/setup-cpp-compiler@master with: @@ -39,9 +42,6 @@ jobs: # run: | # luarocks --local --lua-version=5.1 install toml-edit # luarocks pack toml-edit - - uses: actions/checkout@v4 - with: - ref: ${{ github.ref }} - name: Regenerate Manifests and HTML run: luarocks-admin make-manifest --lua-version=5.1 . - uses: stefanzweifel/git-auto-commit-action@v5