ci: fix failing tests

This commit is contained in:
Kim, Jimin 2025-06-01 07:00:16 +09:00
parent f2679d7c2c
commit 4cb28870d4
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -19,8 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
shell: bash -e {0}