Skip to content

Commit

Permalink
[ci] osdeverr/actions-setup-re: Use fixed v4
Browse files Browse the repository at this point in the history
  • Loading branch information
osdeverr committed Feb 12, 2024
1 parent 570e11a commit 213cecd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,12 @@ jobs:
key: ${{ runner.os }}-vcpkg-v3

- name: Setup Re
uses: osdeverr/actions-setup-re@v5.0.1
uses: osdeverr/actions-setup-re@v4
with:
re-version: <=0.6.8 # The latest stable Re release available for all major platforms

- name: Check Re version
run: re version

- name: Check argmax
if: runner.os == 'Linux'
run: getconf ARG_MAX

- name: Set up VsDevCmd
if: runner.os == 'Windows'
Expand Down

0 comments on commit 213cecd

Please sign in to comment.