Skip to content

Commit a5a1a1b

Browse files
committed
Need to cd into the right directory!
1 parent 9eaf0f9 commit a5a1a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-deb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
run: wget https://snapshot.debian.org/archive/debian/20250602T023532Z/pool/main/m/macaulay2/macaulay2_1.25.06%2Bds.orig.tar.xz
5757
- name: Build package
5858
run: |
59+
cd macaulay2
5960
if test ${{ matrix.os }} = "ubuntu-latest"; \
6061
then dpkg-buildpackage; \
6162
else dpkg-buildpackage -B; \

0 commit comments

Comments
 (0)