Compare commits

..

3 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
- name: 🚀 Run mdl
uses: actionshub/markdownlint@2.0.0
uses: actionshub/markdownlint@2.0.2
lint-shellcheck:
name: Shellcheck
@@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: /tmp/.docker-cache
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}

View File

@@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: /tmp/.docker-cache
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}

View File

@@ -17,7 +17,7 @@ RUN \
libgcc=10.2.1_pre1-r3 \
libstdc++=10.2.1_pre1-r3 \
\
&& git clone --branch "1.6.2" --depth=1 \
&& git clone --branch "1.6.3" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\
&& cd /tmp/zerotier \