Skip to content

Commit b3a8e3d

Browse files
committed
fix build
1 parent a95aa50 commit b3a8e3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545
echo "VERSION=$TAG" > version.mak
4646
fi
4747
48+
ls -l ..
49+
ls -lR ../AutoDGS
4850
if [ $OS == "macos-14" ]; then
4951
#port selfupdate
5052
port install expat +universal
5153
make -f Makefile.mac64
5254
else
53-
sudo apt-get -y install libopenal1 libopenal-dev
5455
make -f Makefile.lin64
5556
fi
5657

0 commit comments

Comments
 (0)