Skip to content

Commit

Permalink
chore(ci): CI doesn't need to build MIR manually anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Sep 18, 2024
1 parent 072c202 commit 4306bab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
# uses: actions/checkout@v3.0.0
# - name: Checkout submodules
# run: git submodule update --init --recursive
# - name: Build MIR
# run: cd vendors/mir && make && cd ..
# - name: Setup nightly Zig
# uses: mlugg/setup-zig@v1
# with:
Expand Down Expand Up @@ -58,8 +56,6 @@ jobs:
uses: actions/checkout@v3.0.0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Build MIR
run: cd vendors/mir && make && cd ..
- name: Setup nightly Zig
uses: mlugg/setup-zig@v1
with:
Expand Down

0 comments on commit 4306bab

Please sign in to comment.