From 206a09aad3f80570d54ae30c33477009ae0b915b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 7 Jun 2024 15:48:55 -0400 Subject: [PATCH] Add scratch counter, variable we can iterate to force a new action run --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ae3ac0..e19d1711 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ defaults: working-directory: src env: + SCRATCH_COUNTER: 1 OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl