Skip to content

Commit 92f36d2

Browse files
committed
ci: debug
1 parent f9dbaeb commit 92f36d2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
tests:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
php:

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
phpBase.packages.composer
5151
pkgs.phpactor
5252
];
53-
54-
env = pkgs.lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
55-
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
56-
};
5753
};
5854
};
5955
}

0 commit comments

Comments
 (0)