Skip to content

Commit

Permalink
Merge pull request #1335 from nextcloud/update-cdmarkdownkit
Browse files Browse the repository at this point in the history
Update CDMarkdownKit
  • Loading branch information
Ivansss committed Aug 22, 2023
2 parents 8e931f7 + 43f53e4 commit fef252e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:

- name: Install docker
run: |
# Workaround for https://github.com/actions/runner-images/issues/8104
brew remove --ignore-dependencies qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
brew install docker
colima start
Expand Down
2 changes: 1 addition & 1 deletion NextcloudTalk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@
repositoryURL = "https://github.com/nextcloud-deps/CDMarkdownKit.git";
requirement = {
kind = revision;
revision = 142dd97fe7ed1d15de3bab9e016cdf658caeb5df;
revision = 52479ffbbe2d4d89b11eaacdfa50e7aab19a2b13;
};
};
1F0ECBFB2A73F21A00921E90 /* XCRemoteSwiftPackageReference "realm-swift" */ = {
Expand Down

0 comments on commit fef252e

Please sign in to comment.