-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 setup repository #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check comments and run a pnpm install to make the ci run properly
.github/workflows/ci.yml
Outdated
- os: ubuntu-20.04 | ||
target: x86_64-unknown-linux-gnu | ||
code-target: linux-x64 | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
.github/workflows/ci.yml
Outdated
- os: ubuntu-20.04 | ||
target: x86_64-unknown-linux-gnu | ||
code-target: linux-x64 | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
.github/workflows/ci.yml
Outdated
- os: macos-11 | ||
target: x86_64-apple-darwin | ||
code-target: darwin-x64 | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
.github/workflows/ci.yml
Outdated
- os: macos-11 | ||
target: x86_64-apple-darwin | ||
code-target: darwin-x64 | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
#- os: ubuntu-20.04 | ||
# target: arm-unknown-linux-gnueabihf | ||
# code-target: linux-armhf | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
- os: macos-11 | ||
target: x86_64-apple-darwin | ||
code-target: darwin-x64 | ||
- os: macos-11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to more up to date macos version to make the ci start
No description provided.