We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95aa50 commit b3a8e3dCopy full SHA for b3a8e3d
1 file changed
.github/workflows/release.yaml
@@ -45,12 +45,13 @@ jobs:
45
echo "VERSION=$TAG" > version.mak
46
fi
47
48
+ ls -l ..
49
+ ls -lR ../AutoDGS
50
if [ $OS == "macos-14" ]; then
51
#port selfupdate
52
port install expat +universal
53
make -f Makefile.mac64
54
else
- sudo apt-get -y install libopenal1 libopenal-dev
55
make -f Makefile.lin64
56
57
0 commit comments