We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f641ea commit 99ec962Copy full SHA for 99ec962
.github/workflows/main.yml
@@ -0,0 +1,9 @@
1
+name: Build
2
+on: [push]
3
+jobs:
4
+ build-libgit2-xcframework:
5
+ runs-on: macos-latest
6
+ steps:
7
+ - uses: actions/checkout@v3
8
+ - run: echo "Hello, world"
9
+
0 commit comments