Skip to content

Commit a1cee2a

Browse files
committed
Revert "Fix the version for run-nix-shell"
This reverts commit 03064da.
1 parent 983da6a commit a1cee2a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO: Fix the version for tweag/run-nix-shell
12
name: Continuous integration
23
on:
34
push:
@@ -98,13 +99,13 @@ jobs:
9899
cp .bazelrc.local rules_haskell_nix
99100
cp .bazelrc.local rules_haskell_tests
100101
- name: Check Bazel version
101-
uses: tweag/run-nix-shell@v0
102+
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
102103
with:
103104
options: ${{ env.NIX_SHELL_ARGS }}
104105
run: .ci/check-bazel-version
105106
- name: Build & test - rules_haskell
106107
if: matrix.module == 'rules_haskell'
107-
uses: tweag/run-nix-shell@v0
108+
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
108109
with:
109110
options: ${{ env.NIX_SHELL_ARGS }}
110111
run: |
@@ -114,7 +115,7 @@ jobs:
114115
bazel build //docs:guide_html
115116
- name: Build & test - rules_haskell_nix
116117
if: matrix.module == 'rules_haskell_nix'
117-
uses: tweag/run-nix-shell@v0
118+
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
118119
with:
119120
options: ${{ env.NIX_SHELL_ARGS }}
120121
working-directory: rules_haskell_nix
@@ -123,7 +124,7 @@ jobs:
123124
bazel test //...
124125
- name: Build & test - rules_haskell_tests
125126
if: matrix.module == 'rules_haskell_tests'
126-
uses: tweag/run-nix-shell@v0
127+
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
127128
with:
128129
options: ${{ env.NIX_SHELL_ARGS }}
129130
working-directory: rules_haskell_tests

0 commit comments

Comments
 (0)