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 8bc37cd commit 2dd0002
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/issue10309.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Checking Xcode.app

on:
push

push:
branches:
- issue-10309

jobs:
check-xcode-app-file:
run-shell-script:
runs-on: macos-14
#defaults:
#run:
#working-directory: ./images/macos/scripts/build

steps:
#- name: Make the script files executable
#run: chmod +x ./configure-xcode.sh
- name: Checkout repository
uses: actions/checkout@v2

- name: Run Shell script
run: bash /configure-xcode.sh
run: ./configure-xcode.sh

0 comments on commit 2dd0002

Please sign in to comment.