File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ jobs:
1818 - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
21+
2122 - name : Homebrew Mac
2223 if : ${{ runner.os == 'Macos' }}
2324 run : |
2425 echo "/opt/homebrew/bin:/usr/local/bin" >> $GITHUB_PATH
2526 brew install jemalloc
27+
2628 - name : Ubuntu deps
2729 if : ${{ runner.os == 'Linux' }}
2830 run : |
2931 sudo apt-get install -y libjemalloc-dev
32+
3033 - name : Git URL token override and misc
3134 run : |
3235 [ -d Benchmarks ] && echo "hasBenchmark=1" >> $GITHUB_ENV
9295 - name : Exit with correct status
9396 if : ${{ success() || failure() }}
9497 run : |
95- #/usr/bin/ordo-performance powersave
9698 exit ${{ env.exitStatus }}
Original file line number Diff line number Diff line change 1- # ###################################################################
2- # DO NOT EDIT THIS FILE MANUALLY
3- # This is a master file maintained in https://github.com/ordo-one/repository-templates
4-
51# Xcode
62#
73# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Original file line number Diff line number Diff line change 11# ###################################################################
2- # DO NOT EDIT THIS FILE
3- # This is a master file maintained in https://github.com/ordo-one/public-repository-templates
4- #
5- # Add overrides into `swiftlint_refinement.yml` in the directory it self or
6- # .swiftlint.yml under the specific directory where the code is located
7- #
82# Documentation is under https://github.com/realm/SwiftLint
93# ###################################################################
104
You can’t perform that action at this time.
0 commit comments