Skip to content

Commit

Permalink
test17
Browse files Browse the repository at this point in the history
  • Loading branch information
aelnosu committed Jun 18, 2024
1 parent ef168c1 commit 684a382
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/timedupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ jobs:
- name: Install Dependecy
run: |
sudo apt-get update
sudo apt-get install build-essential xorg-dev
sudo apt-get install build-essential xorg-dev tree
sudo apt-get upgrade -y gcc make
- name: Compile Plan9port
run: |
cd plan9
sudo ./INSTALL
- name: Print tree
run: |
sudo tree /
- name: Update Web
run: |
cd web
cp -r /user/local/plan9 ./user/local/
cp -r ~/plan9 ~/web/user/local/
cp -r /user/local/plan9/dist ./plan9port
cp -r /user/local/plan9/man ./plan9port
cp -r /user/local/plan9/unix ./unix
Expand Down

0 comments on commit 684a382

Please sign in to comment.