Skip to content

Commit

Permalink
Removing the unnecessary output directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Oct 4, 2023
1 parent 4325008 commit 83d1a60
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create the Output Directory
run: mkdir -v -p output

# IWYU is disabled for now due to noise. It will be re-enabled at a later date
# # `clang-9` must be installed here because of a weird unlisted dependency
# # on some sort of file that clang-9 installs. Without it iwyu would
Expand Down Expand Up @@ -91,9 +88,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create the Output Directory
run: mkdir -v -p output

- name: Install mingw
run: sudo apt-get install gcc-mingw-w64

Expand Down Expand Up @@ -151,9 +145,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create the Output Directory
run: mkdir -v -p output

# - name: Cache Godot
# id: cache-godot
# uses: actions/cache@v2
Expand Down

0 comments on commit 83d1a60

Please sign in to comment.