Skip to content

Commit

Permalink
merge of BDR's addition branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mtholder committed Jul 10, 2024
2 parents 8907e6d + 34e1830 commit d258bc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
ubuntu-gcc-12,
ubuntu-gcc-12-debugoptimized,
ubuntu-clang-15,
ubuntu-clang-13,
# macos-xcode-12.5
]

Expand Down Expand Up @@ -68,6 +69,12 @@ jobs:
version: "15"
buildtype: "release"

- name: ubuntu-clang-13
os: ubuntu-latest
compiler: clang
version: "13"
buildtype: "release"

# Currently we get "dyld: Library not loaded: @rpath/librestbed.4.dylib"
# when attempting to run executables.
#
Expand Down

0 comments on commit d258bc9

Please sign in to comment.