We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0814ed9 commit 981dd92Copy full SHA for 981dd92
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
node-version: "16.18"
34
- name: Cache
35
- uses: actions/cache@v1
+ uses: actions/cache@v3
36
37
path: ~/.npm
38
key: ${{ runner.os }}-node-${{ hashFiles('**/packagge-lock.json')}}
@@ -49,7 +49,7 @@ jobs:
49
curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip
50
unzip fonttools.zip
51
- name: Python Icon
52
- run: pwd; cd ./fonttools; sudo node python-icon.js
+ run: pwd; cd ./fonttools; sudo node python-icon.js
53
- name: subset Icon
54
run: |
55
sudo chmod 755 fonttools
@@ -64,4 +64,4 @@ jobs:
64
push: true
65
tags: beclab/devbox:${{ steps.get-latest-tag.outputs.tag }}
66
file: Dockerfile
67
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
0 commit comments