Skip to content

Commit

Permalink
make path to ebtel++ explicit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep committed May 22, 2024
1 parent 902ee2d commit 7453085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
repository: jwreep/ebtelPlusPlus
ref: main
path: ebtelPlusPlus # Store in $GITHUB_WORKSPACE/ebtelPlusPlus

- name: Install Python
uses: actions/setup-python@v4
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Install ebtel++
run: |
cd ebtelPlusPlus
cd $GITHUB_WORKSPACE/ebtelPlusPlus
scons
cd ..
Expand Down

0 comments on commit 7453085

Please sign in to comment.