Use relative paths

This commit is contained in:
Matthew Knight 2026-03-05 14:06:36 -08:00
parent aee3d43ccb
commit 379ffa9e48
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ runs:
using: 'composite'
steps:
- name: Setup AFL++
uses: mattnite/cairn/actions/setup-afl@main
uses: ../setup-afl
- name: Check prerequisites
shell: sh
@ -63,7 +63,7 @@ runs:
echo "zig $(zig version), afl-cc found"
- name: Setup Cairn CLI
uses: mattnite/cairn/actions/setup-cairn@main
uses: ../setup-cairn
with:
version: ${{ inputs.cairn_version }}
server_url: ${{ inputs.cairn_server }}