From 517959d5d3b4005aa679f924b3a9d19ffc41135e Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 25 Mar 2024 13:51:13 +1100 Subject: [PATCH] Fix syntax error --- .github/workflows/install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 818fa53..97c85ee 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -24,9 +24,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: build-essential libudev-dev - version: 1.0 + with: + packages: build-essential libudev-dev + version: 1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: