Skip to content

Commit

Permalink
Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Nov 23, 2024
1 parent 352f2ff commit a0b7a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git submodule update --init --remote backend/extern/libuiohook
cd backend/extern/afv-native
git checkout modern-chained-callback
cd backend/extern/libuiohook
cd ../libuiohook
git checkout unregister-hook-when-debugging
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git submodule update --init --remote backend/extern/libuiohook
cd backend/extern/afv-native
git checkout modern-chained-callback
cd backend/extern/libuiohook
cd ../libuiohook
git checkout unregister-hook-when-debugging
- name: Setup Node.js
Expand Down

0 comments on commit a0b7a45

Please sign in to comment.