Skip to content

Commit

Permalink
Fix redoxer in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
4lDO2 committed Oct 6, 2024
1 parent e4850e5 commit 7b082f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ stages:
- build
- test

variables:
REDOXER_USE_FUSE: no

before_script:
cargo install redoxer --git "https://gitlab.redox-os.org/redox-os/redoxer.git"

cache:
paths:
- target/
Expand Down

0 comments on commit 7b082f0

Please sign in to comment.