Skip to content

Commit

Permalink
Update workflows and devcontainer to 2024-11 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Nov 29, 2024
1 parent 5b3b845 commit 817b910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git config --global --add safe.directory /workspaces/qmk_qmk_firmware
cd /workspaces/qmk_qmk_firmware
git submodule update --init --recursive

[ -d /workspaces/plodah_qmk_firmware ] || git clone https://github.com/plodah/qmk_firmware.git -b mybuilds-2024-10 /workspaces/plodah_qmk_firmware
[ -d /workspaces/plodah_qmk_firmware ] || git clone https://github.com/plodah/qmk_firmware.git -b mybuilds-2024-11 /workspaces/plodah_qmk_firmware
git config --global --add safe.directory /workspaces/plodah_qmk_firmware
cd /workspaces/plodah_qmk_firmware
git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
qmk_repo: plodah/qmk_firmware
qmk_ref: mybuilds-2024-10
qmk_ref: mybuilds-2024-11

publish:
name: 'QMK Userspace Publish'
Expand Down

0 comments on commit 817b910

Please sign in to comment.