Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavMehta3000 authored Aug 7, 2024
1 parent 1fe4fb4 commit e6e60c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ github.workspace }}/xmake-global" >> $GITHUB_ENV

# Install xmake
- name: Setup xmake
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
Expand Down Expand Up @@ -59,7 +61,6 @@ jobs:
echo "Packages directory does not exist."
fi
- name: Configure xmake and install dependencies
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --rhi=${{ matrix.rhi }} --yes

Expand Down

0 comments on commit e6e60c4

Please sign in to comment.