Skip to content

Commit

Permalink
Revert everything except checkout depth and version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent a22bef4 commit 710f3e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
matrix:
platform: [win-x64, lin-x64]
steps:
- name: make folder safe for git operations
run: |
git config --global --add safe.directory $(pwd)
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -85,6 +82,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/cache@v3
id: plugin-version-cache
with:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $(ragel):
firmware-build: export PATH := $(PWD)/dep/bin:$(PATH)
firmware-build: export RACK_DIR := $(realpath $(RACK_DIR))
firmware-build: firmware/*.mk firmware/**/*.c firmware/**/*.h firmware/**/**/*.rl
git submodule foreach 'git fetch --tags'
cd firmware && $(MAKE) -f whitewhale.mk TARGET_NAME=whitewhale
cd firmware && $(MAKE) -f whitewhale.mk TARGET_NAME=whitewhale-kria
cd firmware && $(MAKE) -f meadowphysics.mk
Expand Down

0 comments on commit 710f3e4

Please sign in to comment.