Skip to content

Commit

Permalink
ci: update xgenext2fs to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Apr 19, 2024
1 parent 30a1100 commit a05d084
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
# Building from source cause the provided debian package is for Debian Bookworm
- name: Download, build and install xgenext2fs
run: |
wget https://github.com/cartesi/genext2fs/archive/refs/tags/v1.5.3.tar.gz
echo "af62ec69916ffc15fa5921b19630c9935e69a0d8b1bf529d7f26cefdc23a5120 v1.5.3.tar.gz" | sha256sum -c -
tar -xzf v1.5.3.tar.gz
cd genext2fs-1.5.3
wget https://github.com/cartesi/genext2fs/archive/refs/tags/v1.5.5.tar.gz
echo "ea648aa2a149c732aa07cd44218cdf63e881cfdfbb7e5cad3ecc6963661e31e2 v1.5.5.tar.gz" | sha256sum -c -
tar -xzf v1.5.5.tar.gz
cd genext2fs-1.5.5
./autogen.sh
./configure
make
sudo make install
rm -rf genext2fs-1.5.3 v1.5.3.tar.gz
rm -rf genext2fs-1.5.5 v1.5.5.tar.gz
- name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit a05d084

Please sign in to comment.