Skip to content

Commit 05ab6c3

Browse files
committed
Merge with upstream
2 parents eb16367 + dea39d0 commit 05ab6c3

File tree

16 files changed

+355
-175
lines changed

16 files changed

+355
-175
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
$LOCALAPPDATA/Microsoft/dotnet/dotnet --info
8585
if: matrix.os == 'windows-latest' && matrix.lang == 'csharp'
8686
87+
# Hacky work-around for https://github.com/dotnet/runtime/issues/80619
88+
- run: dotnet new console -o /tmp/foo
89+
if: matrix.os != 'windows-latest' && matrix.lang == 'csharp'
90+
8791
- run: |
8892
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
8993
echo "$HOME/.moon/bin" >> $GITHUB_PATH

.github/workflows/release-process.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
required: false
1717
default: 'bump'
1818

19+
permissions:
20+
contents: write
21+
pull-requests: write
22+
1923
jobs:
2024
release_process:
2125
name: Run the release process

0 commit comments

Comments
 (0)