Skip to content

Commit e0ed259

Browse files
committed
fixup! Build dependencies
1 parent 2af84ab commit e0ed259

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build_deps.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Build dependencies & push to artifactory
22

33
on:
44
push:
5-
branches: [ "test" ]
65
workflow_dispatch:
76

87
jobs:
98

109
build:
1110
strategy:
1211
matrix:
13-
os: [windows-2022]
12+
os: [ubuntu-22.04, windows-2022, macos-13]
1413
include:
1514
- os: ubuntu-22.04
1615
profile: profile_linux
@@ -45,4 +44,8 @@ jobs:
4544
run: |
4645
conan profile detect
4746
conan install . -pr=${{ matrix.profile }} --build=missing
47+
- name: Upload libraries
48+
if: github.ref == 'refs/heads/main'
49+
shell: bash
50+
run: |
4851
conan upload "*" -r swift_upload --confirm

0 commit comments

Comments
 (0)