Skip to content

Commit

Permalink
chmod build script
Browse files Browse the repository at this point in the history
  • Loading branch information
123epsilon committed Feb 4, 2025
1 parent 2ca34c8 commit 5d099e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_zoom_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
sudo ./build.sh
chmod +x ./build.sh
./build.sh
- name: "Audit"
id: audit
Expand Down

0 comments on commit 5d099e9

Please sign in to comment.