We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26d452 commit 3048e13Copy full SHA for 3048e13
.github/workflows/release.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v2
15
16
+ - name: Select Xcode version
17
+ run: sudo xcode-select --switch /Applications/Xcode_12.app
18
+
19
- name: Build
20
run: |
21
swift build -c release
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- - name: Copy config
22
- run: cp Release/figma-export.yaml ./
23
- name: Build and test
24
run: swift test --enable-code-coverage --disable-automatic-resolution
0 commit comments