summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-09 18:00:52 +0200
committerHiFiPhile <[email protected]>2024-05-09 18:00:52 +0200
commit6c286e3b027a4873ba70961f48c52f61d3367187 (patch)
treeaf1aa6892f5a0c5107bc9c8161d9084bcc915435 /.github/workflows/pre-commit.yml
parent337d03d36883c5067d102900e6ce14e98ce3f8f0 (diff)
parent63e64f374bf2023261bcf6733fdf53a73ccca6e6 (diff)
Merge branch 'master' into patch-5
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index f984954d9..6b3151702 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
@@ -25,7 +25,7 @@ jobs:
ruby-version: '3.0'
- name: Checkout TinyUSB
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Get Dependencies
run: |
@@ -38,6 +38,7 @@ jobs:
- name: Build Fuzzer
run: |
+ pip install click
export CC=clang
export CXX=clang++
fuzz_harness=$(ls -d test/fuzz/device/*/)