Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Feb 13, 2024
1 parent 9af8475 commit 40e1de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
PUBLISH_MOD_CHANGELOG_FILE: "FOMOD/changelog.txt"
PUBLISH_MOD_DESCRIPTION_FILE: "FOMOD/description.txt"
PUBLISH_ARCHIVE_TYPE: '7z'
VCPKG_COMMIT_ID: '53bef8994c541b6561884a8395ea35715ece75db'
VCPKG_COMMIT_ID: '9854d1d92200d81dde189e53b64c9ba6a305dc9f'
6 changes: 3 additions & 3 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'

- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-14 -style=file -i
Expand Down

0 comments on commit 40e1de3

Please sign in to comment.