Skip to content

Commit

Permalink
Update issue10309.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Jul 30, 2024
1 parent 415ce80 commit a9bffe4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue10309.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:
jobs:
check-xcode-app-file:
runs-on: macos-14
defaults:
run:
working-directory: ./images/macos/scripts/build

steps:
- name: Run PowerShell script
#run: sh ./images/macos/scripts/build/configure-xcode.sh
run: /bin/bash /images/macos/scripts/build/configure-xcode.sh
run: ./configure-xcode.sh

0 comments on commit a9bffe4

Please sign in to comment.