Preserve mtime of ape

This commit is contained in:
Steven Dee (Jōshin) 2025-04-17 15:12:11 -07:00
parent 98a9ee37ad
commit 8390a78ad9
No known key found for this signature in database

View file

@ -45,7 +45,7 @@ jobs:
o- o-
- name: support ape bins 1 - name: support ape bins 1
run: sudo cp build/bootstrap/ape.elf /usr/bin/ape run: sudo cp -a build/bootstrap/ape.elf /usr/bin/ape
- name: support ape bins 2 - name: support ape bins 2
run: sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register" run: sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"