mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-14 10:27:25 +01:00
Bump actions/cache from v1.2.0 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v1.2.0 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1.2.0...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bda87f2d2b
commit
7e681d3553
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
sudo apt-get -y install mingw-w64 libz-mingw-w64-dev
|
sudo apt-get -y install mingw-w64 libz-mingw-w64-dev
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
brew install autoconf automake libtool pkg-config cmake python3
|
brew install autoconf automake libtool pkg-config cmake python3
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -266,7 +266,7 @@ jobs:
|
|||||||
brew install autoconf automake libtool pkg-config cmake python3
|
brew install autoconf automake libtool pkg-config cmake python3
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -336,7 +336,7 @@ jobs:
|
|||||||
brew install autoconf automake libtool pkg-config cmake python3
|
brew install autoconf automake libtool pkg-config cmake python3
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -434,7 +434,7 @@ jobs:
|
|||||||
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV
|
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -564,7 +564,7 @@ jobs:
|
|||||||
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV
|
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -651,7 +651,7 @@ jobs:
|
|||||||
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -724,7 +724,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cache LLVM
|
- name: Cache LLVM
|
||||||
id: cache_llvm
|
id: cache_llvm
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/mono-installs/llvm-${{ matrix.target }}
|
path: ~/mono-installs/llvm-${{ matrix.target }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-llvm-${{ matrix.target }}
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-llvm-${{ matrix.target }}
|
||||||
@ -747,7 +747,7 @@ jobs:
|
|||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
if: steps.cache_llvm.outputs.cache-hit != 'true'
|
if: steps.cache_llvm.outputs.cache-hit != 'true'
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
@ -811,7 +811,7 @@ jobs:
|
|||||||
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl
|
||||||
- name: Cache Mono Sources
|
- name: Cache Mono Sources
|
||||||
id: cache_mono_sources
|
id: cache_mono_sources
|
||||||
uses: actions/cache@v1.2.0
|
uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.MONO_SOURCE_ROOT }}
|
path: ${{ env.MONO_SOURCE_ROOT }}
|
||||||
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
|
||||||
|
Loading…
Reference in New Issue
Block a user