From 920fff76a193cde60ce94dd6aa07c6e56223e246 Mon Sep 17 00:00:00 2001 From: Aarik Pokras <85502246+aarikpokras@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:39:17 -0500 Subject: [PATCH] Update ci-test.yml --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index aafc296..748c178 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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