Skip to content

Commit

Permalink
Force github CI to update Makefrag first
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Aug 8, 2024
1 parent 12e96c3 commit 37bbd32
Show file tree
Hide file tree
Showing 2 changed files with 1,884 additions and 1,884 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
mkdir build
cd build
../configure --prefix=${{ github.workspace }}/riscv
make -j4
sudo make install
- name: Build and Test
run: |
export PATH="${{ github.workspace }}/riscv/bin:$PATH"
export RISCV="${{ github.workspace }}/riscv"
make generate-stage1
make all -j4
- name: Archive artifacts
Expand Down
Loading

0 comments on commit 37bbd32

Please sign in to comment.