Skip to content

Commit 12bf7bd

Browse files
committed
Rename linux target
1 parent 32c1721 commit 12bf7bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
./target/${{ matrix.target }}/release/neotron-os
2626
./target/${{ matrix.target }}/release/neotron-os.bin
2727
./target/${{ matrix.target }}/release/romfs.bin
28-
x64_64-pc-linux-gnu-library:
28+
x64_64-unknown-linux-gnu-library:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/upload-artifact@v4
3636
if: ${{success()}}
3737
with:
38-
name: x64_64-pc-linux-gnu-library
38+
name: x64_64-unknown-linux-gnu-library
3939
if-no-files-found: error
4040
path: |
4141
./target/release/libneotron_os.so
@@ -79,7 +79,7 @@ jobs:
7979
- run: cargo nbuild test
8080
preview-release:
8181
runs-on: ubuntu-latest
82-
needs: [embedded-binaries, x64_64-pc-linux-gnu-library, x86_64-pc-windows-msvc-library, aarch64-apple-darwin-library, run-tests]
82+
needs: [embedded-binaries, x64_64-unknown-linux-gnu-library, x86_64-pc-windows-msvc-library, aarch64-apple-darwin-library, run-tests]
8383
steps:
8484
- run: mkdir ./release
8585
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)