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 a6680bc commit 1eaf481Copy full SHA for 1eaf481
.github/workflows/dotnet.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Dependencies
49
run: |
50
pwd # DEBUG
51
+ ls # DEBUG
52
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
53
sudo apt update
54
sudo apt install dotnet6 zip -y
0 commit comments