autochmod fix-pub

This commit is contained in:
balazsmanus@chameleon
2025-02-25 16:45:16 +01:00
parent 6d12f94e12
commit bee9d228dd

View File

@@ -39,7 +39,9 @@ jobs:
cache: "true"
- name: Install dependencies
run: ./fix-pub.sh
run: |
chmod +x fix-pub.sh
./fix-pub.sh
- name: Build
run: ./refilc/build.sh