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.
2 parents 7e1892c + d4a385a commit 75c149dCopy full SHA for 75c149d
.github/workflows/ci_suite.yml
@@ -116,18 +116,6 @@ jobs:
116
with:
117
dotnet-version: 9.x
118
119
- - name: Install OpenDream
120
- uses: robinraju/[email protected]
121
- with:
122
- repository: "OpenDreamProject/OpenDream"
123
- tag: "latest"
124
- fileName: "DMCompiler_linux-x64.tar.gz"
125
- extract: true
126
-
127
- - name: Run OpenDream Linter
128
- run: |
129
- ./DMCompiler_linux-x64/DMCompiler shiptest.dme --suppress-unimplemented --define=CIBUILDING | bash tools/ci/annotate_od.sh
130
131
compile_all_maps:
132
name: Compile Maps
133
needs: start_gate
0 commit comments