Skip to content

Commit

Permalink
fix: fix borked maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 8, 2023
1 parent 642c52b commit daec4d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update Starfield.h
shell: pwsh
run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}/CommonLibSF"

- name: Run clang-format
uses: DoozyX/[email protected]
with:
Expand All @@ -22,10 +26,6 @@ jobs:
clangFormatVersion: 16
inplace: True

- name: Update Starfield.h
shell: pwsh
run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}/CommonLibSF"

- name: Update vcpkg version-date
id: versioning
shell: pwsh
Expand Down

0 comments on commit daec4d0

Please sign in to comment.