Skip to content

Commit

Permalink
use type on file
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jul 23, 2024
1 parent 8ebfba6 commit 1e6e60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:

build:
name: CI on Windows
name: CI Test

runs-on: windows-latest

Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:
run: ./bin/alr version

- name: Display built alr (III)
run: ls -alF ./bin && ./bin/alr version
run: ls -alF ./bin && file ./bin/alr.exe && ./bin/alr.exe version
shell: bash

0 comments on commit 1e6e60c

Please sign in to comment.