Skip to content

Commit

Permalink
ci: remove DEV_BUILD=1
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Jul 17, 2023
1 parent 4878939 commit b52ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git submodule update --recursive --remote
- name: Compile
run: |
EMBEDDED_CC='clang-10' EMBEDDED_AR='llvm-ar-10' EMBEDDED_RANLIB='llvm-ranlib-10' DEV_BUILD=1 make build/checkra1n-kpf-pongo -j$(nproc)
EMBEDDED_CC='clang-10' EMBEDDED_AR='llvm-ar-10' EMBEDDED_RANLIB='llvm-ranlib-10' make build/checkra1n-kpf-pongo -j$(nproc)
- name: Upload artifact
uses: wangyucode/[email protected]
with:
Expand Down

0 comments on commit b52ef78

Please sign in to comment.