Skip to content

Commit 68bf371

Browse files
authored
Merge pull request #160 from eseiler/infra/install_ci
[INFRA] Update install CI
2 parents a76f41d + 28effa2 commit 68bf371

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci_install.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ jobs:
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4
44+
with:
45+
path: needle
4446

4547
- name: Create source package
4648
run: |
4749
mkdir package && cd package
48-
cmake .. -DCMAKE_BUILD_TYPE=Release \
49-
-Dneedle_PACKAGE=ON \
50-
-Dneedle_TEST=OFF
50+
cmake ../needle -DCMAKE_BUILD_TYPE=Release \
51+
-Dneedle_PACKAGE=ON \
52+
-Dneedle_TEST=OFF
5153
make package_source
5254
mkdir ../unpacked
5355
tar xf needle-*.tar.xz -C ../unpacked --strip-components=1

0 commit comments

Comments
 (0)