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 0176f0b commit 7c2053fCopy full SHA for 7c2053f
.github/workflows/build.yml
@@ -41,18 +41,6 @@ jobs:
41
zip -r9 ../mutool-layer.zip .
42
cd ..
43
44
- - name: Workaround for the nodejs20.x runtime
45
- run: |
46
- dnf -y install nodejs20
47
- mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
48
- ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
49
-
50
- - name: Upload the layer to the github artifact
51
- uses: actions/upload-artifact@v4
52
- with:
53
- name: mutool-layer
54
- path: mutool-layer.zip
55
56
- name: Login to AWS
57
run: |
58
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments