Skip to content

Commit

Permalink
ci: Update build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 14, 2024
1 parent 362518f commit c44a21e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
- uses: julia-actions/cache@v2
- run: |
mkdir build
pushd build
cmake ..
make
popd
camke -B build
make -C build
#julia --startup-file=no --project=. -e 'using Pkg; Pkg.instantiate()'
#julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
#julia --startup-file=no --project=compiler compiler/build.jl foo
Expand Down

0 comments on commit c44a21e

Please sign in to comment.