Skip to content

Commit

Permalink
Fix cirrus ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed May 16, 2024
1 parent 05ffbd0 commit e8b02bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ native_amd64_task:
- uname -a
- apt-get update && apt-get install -y build-essential clang default-jre
- git clone https://github.com/axboe/liburing.git && cd liburing && ./configure && make && sudo make install && cd ..
- wget -q https://github.com/sbt/sbt/releases/download/v1.10.0/sbt-1.10.0.zip && tar xvfz sbt-1.10.0.tgz
- wget -q https://github.com/sbt/sbt/releases/download/v1.10.0/sbt-1.10.0.tgz && tar xvfz sbt-1.10.0.tgz
- sbt/bin/sbt test

0 comments on commit e8b02bf

Please sign in to comment.