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 8b37f4d commit 4526c4aCopy full SHA for 4526c4a
.github/workflows/winarm-tmate.yml
@@ -3,14 +3,6 @@
3
"action-tmate": {
4
"runs-on": "windows-11-arm",
5
"steps": [
6
- {
7
- "uses": "Vampire/setup-wsl@v5.0.1",
8
- "with": {
9
- "additional-packages": "bc build-essential",
10
- "update": true,
11
- "wsl-version": 1
12
- }
13
- },
14
{
15
"name": "unfuck line endings (GitHub by default converts them on checkout)",
16
"run": "git config --global core.autocrlf false\ngit config --global core.eol lf"
0 commit comments