Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ammrat13 committed Jan 13, 2024
1 parent 002c670 commit 49c6ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
path: tinycc-rott/
- name: Change Directory
run: cd tinycc-rott/
- name: Build and Install
working_directory: tinycc-rott/
run: |
./configure --prefix=${GITHUB_WORKSPACE}/tinycc-bin/
make
Expand Down

0 comments on commit 49c6ad9

Please sign in to comment.