Skip to content

Commit

Permalink
Update biuild-revealshapes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmast authored Apr 13, 2024
1 parent a21d0d0 commit 81d9c8b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/biuild-revealshapes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
run: |
echo "deb-src http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs) main restricted" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
- name: checkout headerfiles
run: apt-get source libdjvulibre-dev; ls
- name: Copy header files
run: |
mkdir -p external
cp -r djvulibre-*/libdjvu/*.h external
ls external
ls -ld external
- name: install libdjvulibre-dev
run: sudo apt install libdjvulibre-dev
Expand All @@ -33,6 +25,14 @@ jobs:
- uses: actions/checkout@v4
- name: na checokut
run: pwd
- name: checkout headerfiles
run: apt-get source libdjvulibre-dev; ls
- name: Copy header files
run: |
mkdir -p external
cp -r djvulibre-*/libdjvu/*.h external
ls external
ls -ld external
- name: autogen.sh
run: ./autogen.sh
Expand All @@ -41,8 +41,8 @@ jobs:
ls -ld /home/runner/work
ls -la /home/runner/work
# ls -ld /home/runner/work/revealshapes/revealshapes/external
# ls -la /home/runner/work/revealshapes/revealshapes/external
ls -ld /home/runner/work/revealshapes/revealshapes/external
ls -la /home/runner/work/revealshapes/revealshapes/external
- name: make
run: make

0 comments on commit 81d9c8b

Please sign in to comment.