Skip to content

Commit

Permalink
set PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-282-AD committed Jun 28, 2024
1 parent fbb24e4 commit 9004d2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/example_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:


env:
MAXIM_PATH: .
MAXIM_PATH: ''

jobs:
Example_Tests:
Expand All @@ -58,13 +58,15 @@ jobs:


steps:

- uses: actions/checkout@v4
with:
submodules: false
repository: analogdevicesinc/msdk
fetch-depth: 0


- name: Set MAXIM_PATH
run: echo "MAXIM_PATH=$(pwd)" >> $GITHUB_ENV

- name: run_example_test
run: |
Expand Down

0 comments on commit 9004d2a

Please sign in to comment.