We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-get update
1 parent 8ed8b6a commit 109b6d8Copy full SHA for 109b6d8
.github/workflows/node.js.yml
@@ -18,9 +18,11 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
+ - name: Update apt-get cache
22
+ run: sudo apt-get update
23
+
24
- name: Install xsltproc
- run: |
- sudo apt-get install xsltproc
25
+ run: sudo apt-get install -y xsltproc
26
27
# When Ubuntu Plucky is available in GitHub Actions, switch to it, remove
28
# the following section and just install the `imagemagick` package normally
0 commit comments