Skip to content

Commit

Permalink
fix ubuntu workflow by setting run executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jun 13, 2024
1 parent 70d2f3f commit b3c16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
echo "" >> $GITHUB_STEP_SUMMARY
echo "Pre Swift 5.10 toolchains do not support Cxx Interop enabled testing targets on Linux." >> $GITHUB_STEP_SUMMARY
- name: 🎬 Run
run: swift run --target UsdView
run: swift run UsdView

0 comments on commit b3c16d0

Please sign in to comment.