Skip to content

Commit

Permalink
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Oct 2, 2024
1 parent a08a318 commit 4162f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/swift-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: NeedleInAJayStack/setup-swift@feat/swift-6
with:
swift-version: "6"

- name: Ubuntu deps
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libjemalloc-dev #llvm-15
sudo apt-get install -y libjemalloc-dev llvm-15
- name: Start consul
uses: ./.github/actions/consul-start
Expand All @@ -39,7 +35,7 @@ jobs:
fi
if [ -f ${xctest_binary} ]; then
llvm-cov export -format="lcov" ${xctest_binary} -instr-profile .build/debug/codecov/default.profdata > info.lcov
llvm-cov-15 export -format="lcov" ${xctest_binary} -instr-profile .build/debug/codecov/default.profdata > info.lcov
fi
- name: Upload codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-macos-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift macOS build
name: macOS build

on:
workflow_dispatch:
Expand Down

0 comments on commit 4162f06

Please sign in to comment.