Skip to content

Commit

Permalink
.github(cross-compile): remove find command
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Aug 16, 2023
1 parent 7170f5a commit 30531cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/bin/cross-compile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cross_compile() {
*) nim_os="${os}" ;;
esac

find / -name "SecRandom.h"
nimble --verbose build --cpu:"${arch}" --os:"${nim_os}" -d:release -d:zig -d:target:"${target}"
local binary_name='configlet'
if command -v llvm-strip &> /dev/null; then
Expand Down

0 comments on commit 30531cb

Please sign in to comment.