Skip to content

Commit

Permalink
Github Action: fix EPICS base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Feb 22, 2024
1 parent 9c99a23 commit 3937df6
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 @@ -43,6 +43,7 @@ jobs:
- name: Build EPICS
run: |
pwd
cd epics/epics-base/base
cd epics/base
ls -la
make distclean
make

0 comments on commit 3937df6

Please sign in to comment.