Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 9, 2023
1 parent 572e736 commit 2f799b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
timeout-minutes: 10
run: |
cd ../woof-out_*
sudo dpkg --add-architecture
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install gcc-multilib libc6-dev:i386
sudo apt install -y gcc-multilib libc6-dev:i386
curl -L https://raw.githubusercontent.com/puppylinux-woof-CE/initrd_progs/master/pkg/w_apps_static/w_apps/findpkgs-search-helper.c -o /tmp/1.c
sudo gcc -O0 -g -fsanitize=address -m32 /tmp/1.c -o support/findpkgs-search-helper
export ASAN_OPTIONS=log_path=/tmp/asanlog
Expand Down

0 comments on commit 2f799b7

Please sign in to comment.