Update SnoopCompile.yml

This commit is contained in:
t-bltg 2021-10-20 13:47:07 +02:00 committed by GitHub
parent bb9cd718a5
commit bacf2d2f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,9 @@ jobs:
- name: CompileBot postprocess - name: CompileBot postprocess
run: | run: |
ls artifact
ls ls
if ! grep -m1 -q 'format' src/precompile_includer.jl; then sed -i '1 i\#! format: off' src/precompile_includer.jl; fi if ! grep -m1 -q 'format' artifact/src/precompile_includer.jl; then sed -i '1 i\#! format: off' artifact/src/precompile_includer.jl; fi
julia -e 'using Pkg; Pkg.add( PackageSpec(name = "CompileBot", version = "1") ); using CompileBot; CompileBot.postprocess();' julia -e 'using Pkg; Pkg.add( PackageSpec(name = "CompileBot", version = "1") ); using CompileBot; CompileBot.postprocess();'
- name: Create Pull Request - name: Create Pull Request