From 8d7cbce083e31afe1e93dbc8ac891f0cd53c1a83 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:23:52 -0400 Subject: [PATCH] Remove dos2unix install from compile changelogs CI (#91903) ## About The Pull Request Remove `sudo apt-get install dos2unix` from compile changelogs workflow ## Why It's Good For The Game The step using it was deleted in https://github.com/tgstation/tgstation/commit/e378552368c538c47d8718d9e230e7ae7d663f04 but the dependency install step remains ## Changelog No --- .github/workflows/compile_changelogs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile_changelogs.yml b/.github/workflows/compile_changelogs.yml index 363bc48bd73..329a6c23683 100644 --- a/.github/workflows/compile_changelogs.yml +++ b/.github/workflows/compile_changelogs.yml @@ -32,7 +32,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pyyaml - sudo apt-get install dos2unix - name: "Checkout" if: steps.value_holder.outputs.ACTIONS_ENABLED