From 00a91828b237f983428611617784a71f2146eb33 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 18 Dec 2020 16:23:33 -0800 Subject: [PATCH] Just use github.sha --- .github/workflows/ci-cygwin-minimal.yml | 2 +- .github/workflows/ci-cygwin-standard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cygwin-minimal.yml b/.github/workflows/ci-cygwin-minimal.yml index c36ca75ec6f..3bb87d641da 100644 --- a/.github/workflows/ci-cygwin-minimal.yml +++ b/.github/workflows/ci-cygwin-minimal.yml @@ -15,7 +15,7 @@ env: CYGWIN: winsymlinks:native CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url SAGE_FAT_BINARY: yes - SAGE_LOCAL: /opt/sage-$(git describe --dirty --always) + SAGE_LOCAL: /opt/sage-${{ github.sha }} jobs: diff --git a/.github/workflows/ci-cygwin-standard.yml b/.github/workflows/ci-cygwin-standard.yml index c05c0200150..c133d863a58 100644 --- a/.github/workflows/ci-cygwin-standard.yml +++ b/.github/workflows/ci-cygwin-standard.yml @@ -15,7 +15,7 @@ env: CYGWIN: winsymlinks:native CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url SAGE_FAT_BINARY: yes - SAGE_LOCAL: /opt/sage-$(git describe --dirty --always) + SAGE_LOCAL: /opt/sage-${{ github.sha }} jobs: