Skip to content

Commit

Permalink
check-friends: fix for everparse
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 4, 2025
1 parent 5dea43f commit 767698a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@ jobs:
with:
name: pulse

# everparse expects PULSE_HOME to be the root of the installation,
# not the root of the repo
- run: echo "PULSE_HOME=$PULSE_HOME/out" >> $GITHUB_ENV

- name: Checkout everparse (cbor branch)
uses: actions/checkout@master
with:
Expand Down

0 comments on commit 767698a

Please sign in to comment.