Skip to content

Commit

Permalink
feat(git): removed root option from script builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sisypheus-dev committed Jun 11, 2024
1 parent 44f41d6 commit 3d2127a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Checking for dependencies
run: |
python3 --version
node --version
- name: Set up GHC ${{ matrix.ghc-version }}
uses: haskell-actions/setup@v2
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
key: ${{ steps.cache.outputs.cache-primary-key }}

- name: Build compiler and VM
run: python3 scripts/build_project.py --root
run: python3 scripts/build_project.py

- name: Create ZIP archive on UNIX
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 3d2127a

Please sign in to comment.