Skip to content

Commit

Permalink
[IRP-1015] Add new action before SPM migration
Browse files Browse the repository at this point in the history
  • Loading branch information
robergro committed Jun 26, 2024
1 parent 82ad21d commit 98d155e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/buildDemo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-and-test
name: build-demo
on:
workflow_call

Expand All @@ -11,12 +11,6 @@ jobs:
name: Build
runs-on: macos-14
steps:
- name: Set Swift Version
uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ env.swift_version }}
- name: Get swift version
run: swift --version
- name: Select Xcode
run: sudo xcode-select -s ${{ env.xcode_path }}
- name: Checkout Action
Expand Down

0 comments on commit 98d155e

Please sign in to comment.