Skip to content

Commit

Permalink
Fix GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 6, 2024
1 parent 4a59727 commit d8a23cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
"chmod a+x /opt/homebrew/bin/shaka-packager"
./run-vm-shell-command.sh ${{ env.vm_name }} \
"source ~/.zshrc"
setup-project:
Expand Down Expand Up @@ -170,12 +169,12 @@ jobs:
~/Library/Keychains/login.keychain-db && make archive-demo-tvos"
clean:
timeout-minutes: 2
needs: [install-tools, archive-demo-ios, archive-demo-tvos]
runs-on: ${{ needs.install-tools.outputs.runner_group_label }}
if: always() || failure()
steps:
- name: Stop and remove the VM
run: |
set +e
tart stop ${{ env.vm_name }}
tart delete ${{ env.vm_name }}

0 comments on commit d8a23cc

Please sign in to comment.