Skip to content

Commit

Permalink
Update ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Dec 12, 2024
1 parent fc8ad8f commit 920fff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Prepare
run: |
mkdir PYENV
cp examples/readfile.cxl PYENV
cp -r lib PYENV
cp cxlc.py PYENV
cp examples/readfile.cxl PYENV/
cp -r lib PYENV/
cp cxlc.py PYENV/
- name: Compile with cxlc
run: |
cd PYENV
Expand Down

0 comments on commit 920fff7

Please sign in to comment.