Skip to content

Commit 3beb8d9

Browse files
committed
Fix the version for run-nix-shell
1 parent a1cee2a commit 3beb8d9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO: Fix the version for tweag/run-nix-shell
21
name: Continuous integration
32
on:
43
push:
@@ -99,13 +98,13 @@ jobs:
9998
cp .bazelrc.local rules_haskell_nix
10099
cp .bazelrc.local rules_haskell_tests
101100
- name: Check Bazel version
102-
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
101+
uses: tweag/run-nix-shell@v0
103102
with:
104103
options: ${{ env.NIX_SHELL_ARGS }}
105104
run: .ci/check-bazel-version
106105
- name: Build & test - rules_haskell
107106
if: matrix.module == 'rules_haskell'
108-
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
107+
uses: tweag/run-nix-shell@v0
109108
with:
110109
options: ${{ env.NIX_SHELL_ARGS }}
111110
run: |
@@ -115,7 +114,7 @@ jobs:
115114
bazel build //docs:guide_html
116115
- name: Build & test - rules_haskell_nix
117116
if: matrix.module == 'rules_haskell_nix'
118-
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
117+
uses: tweag/run-nix-shell@v0
119118
with:
120119
options: ${{ env.NIX_SHELL_ARGS }}
121120
working-directory: rules_haskell_nix
@@ -124,7 +123,7 @@ jobs:
124123
bazel test //...
125124
- name: Build & test - rules_haskell_tests
126125
if: matrix.module == 'rules_haskell_tests'
127-
uses: tweag/run-nix-shell@51bed9187838a0ac93b2ae2ea6216691a43e5f84 # initial_files branch
126+
uses: tweag/run-nix-shell@v0
128127
with:
129128
options: ${{ env.NIX_SHELL_ARGS }}
130129
working-directory: rules_haskell_tests

0 commit comments

Comments
 (0)