Skip to content

Commit 47dbfa4

Browse files
committed
Apply dos2unix to build file
1 parent cf8536b commit 47dbfa4

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: Build
2-
3-
on:
4-
push:
5-
pull_request:
6-
7-
jobs:
8-
build:
9-
name: Build
10-
runs-on: ubuntu-latest
11-
container: wpilib/roborio-cross-ubuntu:2024-22.04
12-
steps:
13-
- name: Checkout repository
14-
uses: actions/checkout@v4
15-
- name: Grant execute permission
16-
run: chmod +x gradlew
17-
- name: Build robot code
18-
run: ./gradlew build
1+
name: Build
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
name: Build
10+
runs-on: ubuntu-latest
11+
container: wpilib/roborio-cross-ubuntu:2024-22.04
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
- name: Grant execute permission
16+
run: chmod +x gradlew
17+
- name: Build robot code
18+
run: ./gradlew build

0 commit comments

Comments
 (0)