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