Skip to content

Commit ff16efa

Browse files
committed
test: try arduino/setup-protoc with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24
1 parent 6f0e47d commit ff16efa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run-crasher.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ jobs:
7979
fi
8080
shell: bash
8181
- name: Install Protoc
82-
run: sudo apt-get install -y protobuf-compiler
82+
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
83+
with:
84+
repo-token: ${{ secrets.GITHUB_TOKEN }}
85+
env:
86+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
8387
# checkout crasher
8488
- name: Checkout Crasher
8589
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)