Skip to content

Commit

Permalink
fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jun 27, 2024
1 parent a1d502e commit 2ceee9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ inputs:
cache:
description: Enable caching
default: "true"
protoc:
description: The Protoc version to install
node:
description: The Node.js version to install
required: true
Expand All @@ -13,6 +15,8 @@ inputs:
runs:
using: "composite"
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Setup Node.js
Expand Down

0 comments on commit 2ceee9a

Please sign in to comment.