Skip to content

Commit

Permalink
Build unpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Dec 22, 2023
1 parent 06b4346 commit 31847a7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:
uses: actions/checkout@v4
with:
repository: pfpacket/rust-9p
path: rust-9p

- name: Show directory structure
- name: Build unpfs
run: |
pwd
ls -l
echo $GITHUB_WORKSPACE
ls -l $GITHUB_WORKSPACE
cd rust-9p/example/unpfs/
cargo build --release
echo $PATH
mkdir ~/bin
ln -s $PWD/target/release/unpfs ~/bin/
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 31847a7

Please sign in to comment.